diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/Performance-import.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/Performance-import.vue index 7ef155a..41151e7 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/components/Performance-import.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/Performance-import.vue @@ -23,10 +23,10 @@ :on-exceed="handleExceed" :show-file-list="false" > - 导入Word文件 + 导入Excel文件 - 仅支持Word格式文本 + 仅支持Excel格式文本 diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/form-import.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/form-import.vue index 9580acf..d0f4bdd 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/components/form-import.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/form-import.vue @@ -1,7 +1,7 @@ - 表单导入 + 表单批量导入 @@ -19,7 +19,8 @@ :on-remove="handleRemove" :before-remove="beforeRemove" :on-success="handleSuccess" - :limit="1" + :limit="100" + multiple :on-exceed="handleExceed" :show-file-list="false" > diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/system-import.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/system-import.vue index 0477eda..21d8df0 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/components/system-import.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/system-import.vue @@ -1,7 +1,7 @@ - 制度导入 + 制度批量导入 @@ -19,7 +19,8 @@ :on-remove="handleRemove" :before-remove="beforeRemove" :on-success="handleSuccess" - :limit="1" + :limit="100" + multiple :on-exceed="handleExceed" :show-file-list="false" >