From 8fa9d11a89044f64f5ed595a753a80aa12df4685 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Thu, 29 May 2025 17:22:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/template/index-tree.vue.vm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/template/index-tree.vue.vm b/docs/template/index-tree.vue.vm index 37c39640..cf6ebed6 100644 --- a/docs/template/index-tree.vue.vm +++ b/docs/template/index-tree.vue.vm @@ -51,6 +51,11 @@ const { parentIdField: '${treeParentCode}', #end columns: () => [ + { + type: 'selection', + align: 'center', + width: 48 + }, #foreach ($column in $columns) #if($column.list) {