Browse Source

fix: user

xingyu 2 years ago
parent
commit
1d3fe30add
1 changed files with 3 additions and 2 deletions
  1. 3 2
      yudao-ui-admin-vue3/src/views/system/user/user.data.ts

+ 3 - 2
yudao-ui-admin-vue3/src/views/system/user/user.data.ts

@@ -35,10 +35,11 @@ const crudSchemas = reactive<VxeCrudSchema>({
     {
     {
       title: '用户密码',
       title: '用户密码',
       field: 'password',
       field: 'password',
+      isDetail: false,
+      isTable: false,
       form: {
       form: {
         component: 'InputPassword'
         component: 'InputPassword'
-      },
-      isDetail: false
+      }
     },
     },
     {
     {
       title: '用户昵称',
       title: '用户昵称',