review:【naive 全局】实现
This commit is contained in:
@@ -37,6 +37,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
label: '租户套餐',
|
||||
component: 'ApiSelect',
|
||||
componentProps: {
|
||||
// TODO @xingyu:系统租户的情况
|
||||
api: () => getTenantPackageList(),
|
||||
labelField: 'name',
|
||||
valueField: 'id',
|
||||
@@ -149,6 +150,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
options: getDictOptions(DICT_TYPE.COMMON_STATUS, 'number'),
|
||||
},
|
||||
},
|
||||
// TODO @xingyu:时间检索,有问题
|
||||
{
|
||||
fieldName: 'createTime',
|
||||
label: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user