feat: 添加选择列
This commit is contained in:
parent
29f809cc66
commit
8fa9d11a89
5
docs/template/index-tree.vue.vm
vendored
5
docs/template/index-tree.vue.vm
vendored
@ -51,6 +51,11 @@ const {
|
||||
parentIdField: '${treeParentCode}',
|
||||
#end
|
||||
columns: () => [
|
||||
{
|
||||
type: 'selection',
|
||||
align: 'center',
|
||||
width: 48
|
||||
},
|
||||
#foreach ($column in $columns)
|
||||
#if($column.list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user