feat: 优化显示效果

This commit is contained in:
xingyu4j
2025-06-10 17:17:55 +08:00
parent c54e0a5899
commit 47c4931fe1
2 changed files with 26 additions and 0 deletions

View File

@@ -76,6 +76,15 @@ export function useTypeGridFormSchema(): VbenFormSchema[] {
clearable: true,
},
},
{
fieldName: 'type',
label: '字典类型',
component: 'Input',
componentProps: {
placeholder: '请输入字典类型',
clearable: true,
},
},
{
fieldName: 'status',
label: '状态',