review:代码生成的 demo01、demo02
This commit is contained in:
@@ -83,6 +83,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
component: 'RangePicker',
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
// TODO @puhui999:缺了你写的哪个时间选择哈
|
||||
},
|
||||
},
|
||||
];
|
||||
@@ -132,7 +133,7 @@ export function useGridColumns(
|
||||
name: 'CellOperation',
|
||||
options: [
|
||||
{
|
||||
code: 'add_child',
|
||||
code: 'add_child', // TODO @puhui999:append 使用这个单词哈,和之前 vben 官方示例一致
|
||||
text: '新增下级',
|
||||
show: hasAccessByCodes(['infra:demo02-category:create']),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user