review:【naive 全局】实现

This commit is contained in:
YunaiV
2025-05-12 20:01:05 +08:00
parent 47716d6264
commit d5321bc34a
11 changed files with 14 additions and 0 deletions

View File

@@ -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: '创建时间',