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