perf: 【ANTD】优化代码生成示例 demo03 inner

This commit is contained in:
puhui999
2025-05-19 18:19:31 +08:00
parent 11316a7c76
commit b410e50edb
7 changed files with 88 additions and 28 deletions

View File

@@ -107,6 +107,7 @@ export function useGridColumns(
onActionClick?: OnActionClickFn<Demo03StudentApi.Demo03Student>,
): VxeTableGridOptions<Demo03StudentApi.Demo03Student>['columns'] {
return [
{ type: 'checkbox', width: 40 },
{ type: 'expand', width: 80, slots: { content: 'expand_content' } },
{
field: 'id',