diff --git a/src/api/system/user.js b/src/api/system/user.js index f2f76ef..5c6ca01 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -133,3 +133,12 @@ export function deptTreeSelect() { method: 'get' }) } + + +// 从老lis系统导入 +export function importFromLis() { + return request({ + url: '/system/user/syncUser', + method: 'get' + }) +} diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4460b9c..f16d0e3 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -4,44 +4,35 @@
- +
- +
- + - + - + - + 搜索 @@ -51,19 +42,28 @@ - 新增 + 新增 - 修改 + 修改 - 删除 + 删除 - 导入 + excel导入 - 导出 + 老lis导入 + + + 导出 @@ -71,18 +71,18 @@ - - - - + + + + @@ -93,27 +93,26 @@ - + @@ -128,14 +127,9 @@ - + @@ -159,7 +153,8 @@ - + @@ -167,23 +162,16 @@ - + - {{ dict.label }} + {{ dict.label + }} @@ -192,26 +180,16 @@ - + - + @@ -234,18 +212,9 @@ - +
将文件拖到此处,或点击上传
@@ -270,7 +240,8 @@