@@ -15,7 +15,7 @@
+
+
\ No newline at end of file
diff --git a/frontend/src/views/system/user/form.vue b/frontend/src/views/system/user/form.vue
deleted file mode 100644
index b3d5fcfe98..0000000000
--- a/frontend/src/views/system/user/form.vue
+++ /dev/null
@@ -1,352 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('commons.man') }}
- {{ $t('commons.woman') }}
-
-
-
-
- {{ $t('commons.enable') }}
- {{ $t('commons.disable') }}
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('commons.confirm') }}
- {{ $t('commons.reset') }}
-
-
-
-
- {{ $t('commons.default_pwd') + ':' + defaultPWD }}
-
- {{ $t('commons.copy') }}
-
-
-
-
-
-
-
-
-
-
diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue
index 1c7486137e..3ee38f3059 100644
--- a/frontend/src/views/system/user/index.vue
+++ b/frontend/src/views/system/user/index.vue
@@ -1,142 +1,212 @@
-
-
-
- {{ $t('user.create') }}
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.from === 0 ? 'LOCAL' : scope.row.from === 1 ? 'LDAP' : 'OIDC' }}
-
-
-
-
-
-
- {{ scope.row.dept && scope.row.dept.deptName }}
-
-
-
-
-
-
-
-
-
-
{{ role.roleName }}
-
...
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.createTime | timestampFormatDate }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('commons.man') }}
- {{ $t('commons.woman') }}
-
-
-
-
- {{ $t('commons.enable') }}
- {{ $t('commons.disable') }}
-
-
-
-
-
-
-
+
+
+ {{ $t("user.create") }}
+
+
+
+
+ 筛选
+
+ 列表项
-
-
-
-
-
-
+
+ 请选择列表中要展示的信息
+ 全选
+
+ {{
+ $t(column.label)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.from === 0
+ ? "LOCAL"
+ : scope.row.from === 1
+ ? "LDAP"
+ : "OIDC"
+ }}
+
+
+
+
+
+
+ {{ scope.row.dept && scope.row.dept.deptName || "-" }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime | timestampFormatDate }}
+
+
+
+
+
+ {{ $t("commons.edit") }}
+
+
+ 是否恢复为初始密码?
+
+ {{
+ $t("commons.default_pwd") + ":" + defaultPWD
+ }}
+
+ {{ $t("commons.copy") }}
+
+
+
+
+ {{ $t("member.edit_password") }}
+
+ {{ $t("commons.delete") }}
+
+
+
+
-
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/views/system/user/userEditer.vue b/frontend/src/views/system/user/userEditer.vue
new file mode 100644
index 0000000000..d416887bb0
--- /dev/null
+++ b/frontend/src/views/system/user/userEditer.vue
@@ -0,0 +1,578 @@
+
+
+
+
+
+ {{
+ $t("commons.default_pwd") + ":" + defaultPWD
+ }}
+
+ {{ $t("commons.copy") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+