From 30087a6d3b864fb2bbc56f8e5b688db8db5b6257 Mon Sep 17 00:00:00 2001 From: "446052889@qq.com" <446052889@qq.com> Date: Thu, 11 Aug 2022 11:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/position-import.vue | 364 ++++++++++++++++++ .../src/views/Home.vue | 7 +- 2 files changed, 369 insertions(+), 2 deletions(-) create mode 100644 com.actionsoft.apps.coe.pal.datamigration/src/components/position-import.vue diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/position-import.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/position-import.vue new file mode 100644 index 0000000..6df2568 --- /dev/null +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/position-import.vue @@ -0,0 +1,364 @@ + + + + + \ 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 48d5545..1b20f4c 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue @@ -47,6 +47,7 @@ import BatchDataImport from '@/components/batch-data-import.vue'; import FormImport from '@/components/form-import.vue'; import PerformanceImport from '@/components/Performance-import.vue'; import SystemImport from '@/components/system-import.vue'; +import PositionImport from '@/components/position-import.vue'; export default defineComponent({ name: 'Home', @@ -58,7 +59,8 @@ export default defineComponent({ BatchDataImport, FormImport, PerformanceImport, - SystemImport + SystemImport, + PositionImport }, setup(){ // const { proxy: $this } = getCurrentInstance(); @@ -70,7 +72,8 @@ export default defineComponent({ {label:"Aris流程导入",name:"dataMigration",icon:""},// xml {label:"流程属性导入",name:"dataImport",icon:""},// word {label:"IT系统导入",name:"dataItImport",icon:""},// excel - {label:"模型转换",name:"moduleChange",icon:""}, + {label:"岗位批处理",name:"positionImport",icon:""},// excel + // {label:"模型转换",name:"moduleChange",icon:""}, {label:"制度导入",name:"systemImport",icon:""},// word {label:"表单导入",name:"formImport",icon:""},// word {label:"批处理工具",name:"batchDataImport",icon:""},// word