Browse Source

1、用户编号支持自己增加

zjz 2 weeks ago
parent
commit
ef150aa6ec
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/system/organizationAccount/account.data.ts

+ 4 - 4
src/views/system/organizationAccount/account.data.ts

@@ -135,10 +135,10 @@ export const accountFormSchema: FormSchema[] = [
     component: 'Input',
     colProps: { span: 12 },
     dynamicDisabled: false,
-    // show: false,
-    ifShow: ({ model }) => {
-      return model['id'];
-    },
+    // show: true,
+    // ifShow: ({ model }) => {
+    //   return model['id'];
+    // },
     componentProps: {
       maxLength: 36,
       placeholder: '请输入用户名',