feat: 租户套餐

This commit is contained in:
dap
2024-09-25 16:20:27 +08:00
parent d633de9891
commit 15851b063a
4 changed files with 104 additions and 133 deletions

View File

@@ -21,7 +21,7 @@ export const drawerSchema: FormSchemaGetter = () => [
fieldName: 'packageId',
},
{
component: 'Input',
component: 'Radio',
dependencies: {
show: () => false,
triggerFields: [''],
@@ -50,6 +50,7 @@ export const drawerSchema: FormSchemaGetter = () => [
},
fieldName: 'remark',
formItemClass: 'items-baseline',
label: '备注',
},
];