From ee1ce1ff8c75d19915e81dc40d428d5b32825c61 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Mon, 8 Sep 2025 09:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/import/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/business/import/index.vue b/src/views/business/import/index.vue index 29a5976..35d512e 100644 --- a/src/views/business/import/index.vue +++ b/src/views/business/import/index.vue @@ -135,6 +135,8 @@ 是否更新已经存在的导入任务

1、仅允许导入xls、xlsx格式文件;

+

2、覆盖导入:指先将所选区划当前在库数据删除,然后按新数据包解析导入;

+

3、增量导入:指按新数据包解析并追加导入;

下载模板 @@ -173,7 +175,13 @@ - + + + 导入方式 + + + +