xingyu 2 жил өмнө
parent
commit
1d3fe30add

+ 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: '用户昵称',