feat: 添加选择列

This commit is contained in:
AN 2025-05-29 17:22:24 +08:00
parent 29f809cc66
commit 8fa9d11a89

View File

@ -51,6 +51,11 @@ const {
parentIdField: '${treeParentCode}',
#end
columns: () => [
{
type: 'selection',
align: 'center',
width: 48
},
#foreach ($column in $columns)
#if($column.list)
{