@@ -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: '请输入用户名',