diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 21890c37..7016fe8c 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -1,827 +1,1187 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+
+ 修改
+
+
+
+ 删除
+
+
+
+ 导入
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ hidePhone(scope.row.phonenumber) }}
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.isPermanent == 1
+ ? '长期账号'
+ : '临时账号'
+ }}
+
+
+
+
+
+ {{
+ scope.row.approvalStatus == 0
+ ? '未审批'
+ : '已审批'
+ }}
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+
+ 删除
+
+
+ handleCommand(command, scope.row)
+ "
+ v-hasPermi="[
+ 'system:user:resetPwd',
+ 'system:user:edit',
+ ]"
+ >
+ 更多
+
+ 重置密码
+
+ 分配角色
+
+ 账号审批
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 新增
-
-
-
- 修改
-
-
-
- 删除
-
-
-
- 导入
-
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ hidePhone(scope.row.phonenumber) }}
-
-
-
-
-
-
-
-
-
-
- {{scope.row.isPermanent==1?"长期账号":"临时账号" }}
-
-
-
-
-
- {{scope.row.approvalStatus==0?"未审批":"已审批" }}
-
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-
-
- 修改
-
- 删除
-
- handleCommand(command, scope.row)"
- v-hasPermi="['system:user:resetPwd', 'system:user:edit']"
- >
- 更多
-
- 重置密码
-
- 分配角色
-
- 账号审批
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- dict.label
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ dict.label }}
-
-
-
-
-
-
-
-
- {{ dict.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 将文件拖到此处,或点击上传
-
-
-
- 是否更新已经存在的用户数据
-
-
仅允许导入xls、xlsx格式文件。
-
下载模板
-
-
-
-
-
-
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+ 是否更新已经存在的用户数据
+
+
仅允许导入xls、xlsx格式文件。
+
下载模板
+
+
+
+
+
+
\ No newline at end of file
+