mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
feat: 添加选择列
This commit is contained in:
5
docs/template/index-tree.vue.vm
vendored
5
docs/template/index-tree.vue.vm
vendored
@ -51,6 +51,11 @@ const {
|
|||||||
parentIdField: '${treeParentCode}',
|
parentIdField: '${treeParentCode}',
|
||||||
#end
|
#end
|
||||||
columns: () => [
|
columns: () => [
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
align: 'center',
|
||||||
|
width: 48
|
||||||
|
},
|
||||||
#foreach ($column in $columns)
|
#foreach ($column in $columns)
|
||||||
#if($column.list)
|
#if($column.list)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user