diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/role-error-change.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/role-error-change.vue new file mode 100644 index 0000000..db5f85a --- /dev/null +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/role-error-change.vue @@ -0,0 +1,866 @@ + + + + + \ 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 cd5e101..1a97fac 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/views/Home.vue @@ -51,6 +51,7 @@ 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"; +import RoleErrorChange from "@/components/role-error-change.vue"; export default defineComponent({ name: 'Home', @@ -66,7 +67,8 @@ export default defineComponent({ PositionImport, ProcessVersionImport, SystemTextImport, - BatchImportAccessories + BatchImportAccessories, + RoleErrorChange }, setup(){ // const { proxy: $this } = getCurrentInstance(); @@ -87,6 +89,7 @@ export default defineComponent({ {label:"版本批处理",name:"processVersionImport",icon:""},// excel {label:"制度正文导入",name:"systemTextImport",icon:""},// xml {label:"附件批量导入",name:"batchImportAccessories",icon:""},// + {label:"角色图修正",name:"roleErrorChange",icon:""}, ], flagBit: 1 });