diff --git a/src/views/oa/oaCompany/components/Import2.vue b/src/views/oa/oaCompany/components/Import2.vue index 8160c31..2185303 100644 --- a/src/views/oa/oaCompany/components/Import2.vue +++ b/src/views/oa/oaCompany/components/Import2.vue @@ -12,7 +12,7 @@ 已加入 {{ queuedFileNames.length }} 个文件 - + - + 生成全部方案 @@ -48,7 +57,7 @@ 保存草稿 @@ -56,14 +65,19 @@ 加载草稿 - + 下载文件 @@ -73,10 +87,16 @@ @@ -90,7 +110,7 @@ size="small" @click="scrollToSection(index)" class="nav-button" - :class="{ 'active': currentSection === index }" + :class="{ active: currentSection === index }" > {{ item.number }} {{ item.name }} @@ -102,7 +122,11 @@
@@ -159,45 +183,83 @@ class="section-action-button ai-generate-button" > AI 生成 - - - + + +