feat: 客户和项目表单调整
This commit is contained in:
@@ -137,6 +137,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'remark',
|
||||
label: $t('customer.remarks'),
|
||||
component: 'Textarea',
|
||||
formItemClass: 'col-span-2',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
@@ -220,15 +220,16 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
label: $t('project.envInfo'),
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
fieldName: 'envFileId',
|
||||
label: $t('project.envInfoFile'),
|
||||
component: 'Input',
|
||||
},
|
||||
// {
|
||||
// fieldName: 'envFileId',
|
||||
// label: $t('project.envInfoFile'),
|
||||
// component: 'Input',
|
||||
// },
|
||||
{
|
||||
fieldName: 'remark',
|
||||
label: $t('project.remarks'),
|
||||
component: 'Textarea',
|
||||
formItemClass: 'col-span-2',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user