From 03a22ec6f9ad7303d10b4c65bb5bc6fa5cbd448a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 22 十月 2022 23:21:42 +0800 Subject: [PATCH] 2022-10-22 --- src/menu/components/table/edit-table/columns/index.jsx | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/menu/components/table/edit-table/columns/index.jsx b/src/menu/components/table/edit-table/columns/index.jsx index e7a7c56..ccb4fbd 100644 --- a/src/menu/components/table/edit-table/columns/index.jsx +++ b/src/menu/components/table/edit-table/columns/index.jsx @@ -267,6 +267,13 @@ } let col = { focus: true, uuid: Utils.getuuid(), label: 'label', field: '', type: type, elements: [] } + if (col.type === 'colspan') { + col.subcols = [] + } else if (col.type === 'action') { + col.label = '鎿嶄綔' + } else if (col.type === 'index') { + col.label = '搴忓彿' + } _columns.splice(hoverIndex, 0, col) -- Gitblit v1.8.0