浏览代码

fix: user

xingyu 2 年之前
父节点
当前提交
1d3fe30add
共有 1 个文件被更改,包括 3 次插入2 次删除
  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: '用户密码',
       field: 'password',
+      isDetail: false,
+      isTable: false,
       form: {
         component: 'InputPassword'
-      },
-      isDetail: false
+      }
     },
     {
       title: '用户昵称',