From 575939eb8bbb2f7bfa9de4d18a513e5c9b467ec1 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Thu, 6 Oct 2022 15:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=89=B9=E9=87=8F=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0vue=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/batch-import-accessories.vue | 181 ++++++++++++++++++ .../src/views/Home.vue | 5 +- 2 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 com.actionsoft.apps.coe.pal.datamigration/src/components/batch-import-accessories.vue diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/batch-import-accessories.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/batch-import-accessories.vue new file mode 100644 index 0000000..88bc794 --- /dev/null +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/batch-import-accessories.vue @@ -0,0 +1,181 @@ + + + + + \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue b/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue index 2f3822d..cd5e101 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue @@ -50,6 +50,7 @@ import SystemImport from '@/components/system-import.vue'; import PositionImport from '@/components/position-import.vue'; import ProcessVersionImport from "@/components/process-version-import.vue"; import SystemTextImport from "@/components/system-text-import.vue"; +import BatchImportAccessories from "@/components/batch-import-accessories.vue"; export default defineComponent({ name: 'Home', @@ -64,7 +65,8 @@ export default defineComponent({ SystemImport, PositionImport, ProcessVersionImport, - SystemTextImport + SystemTextImport, + BatchImportAccessories }, setup(){ // const { proxy: $this } = getCurrentInstance(); @@ -84,6 +86,7 @@ export default defineComponent({ {label:"绩效导入",name:"performanceImport",icon:""},// word {label:"版本批处理",name:"processVersionImport",icon:""},// excel {label:"制度正文导入",name:"systemTextImport",icon:""},// xml + {label:"附件批量导入",name:"batchImportAccessories",icon:""},// ], flagBit: 1 });