diff --git a/src/components/_base/navbar/index.vue b/src/components/_base/navbar/index.vue index 6d99f88..04308ce 100644 --- a/src/components/_base/navbar/index.vue +++ b/src/components/_base/navbar/index.vue @@ -91,10 +91,6 @@ const handleDopdownClick = (index: any, ind: any) => { :selected-keys="selectedKey" :default-selected-keys="[`${MENU_GROUP_IDS.WORK_BENCH_ID}`]" > - 工作台 @@ -102,7 +98,7 @@ const handleDopdownClick = (index: any, ind: any) => { {{ item.name }} - + @@ -96,7 +99,7 @@ const getIndustryTerms = async () => { }; // 标签数据(按行分组) -const tagRows = ref(); +const tagRows = ref([]); const hoverTag = ref(null); const lineHeightStart = [28, 52, 58, 72, 58, 52, 28]; // 7行时 diff --git a/src/views/components/dataEngine/hotTranslation.vue b/src/views/components/dataEngine/hotTranslation.vue index 516211f..c7a1fa8 100644 --- a/src/views/components/dataEngine/hotTranslation.vue +++ b/src/views/components/dataEngine/hotTranslation.vue @@ -21,6 +21,9 @@ :pagination="false" @change="handleChange" > +