diff --git a/src/views/sys/user.vue b/src/views/sys/user.vue
index c8e8c657..eb1cfff4 100644
--- a/src/views/sys/user.vue
+++ b/src/views/sys/user.vue
@@ -34,19 +34,20 @@
v-auth="'user.create'"
@click="add"
>
-
-
+
+
+
@@ -172,6 +173,16 @@
label-width="100px"
label-position="left"
>
+
+
+
+
+
-
-
-
-
-
-
-
-
- {{form.name}}
-
-
-
-
- {{form.username}}
-
-
-
-
- {{form.phone}}
-
-
-
-
- {{job_states[form.is_active]}}
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ form.name }}
+
+
+
+
+ {{ form.username }}
+
+
+
+
+ {{ form.phone }}
+
+
+
+
+ {{ job_states[form.is_active] }}
+
+
+
+
+
+
+
-
-
- {{scope.row.sort}}
-
-
-
-
-
- {{scope.row.dept_.name}}
-
-
-
-
-
- {{scope.row.post_.name}}
-
-
-
-
-
-
-
- 删除
- 添加
-
-
-
-
-
-
+
+
+ {{ scope.row.sort }}
+
+
+
+
+
+ {{
+ scope.row.dept_.name
+ }}
+
+
+
+
+
+ {{ scope.row.post_.name }}
+
+
+
+
+
+
+
+ 删除
+ 添加
+
+
+
+
+
+