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 });