From 96989af7e330a08d376002b0759705a477039f61 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 19 十月 2023 19:46:41 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/menu/modulecell/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/menu/modulecell/index.jsx b/src/menu/modulecell/index.jsx index e88c740..66e9f76 100644 --- a/src/menu/modulecell/index.jsx +++ b/src/menu/modulecell/index.jsx @@ -52,6 +52,7 @@ { subType: 'textarea', text: '澶氳鏂囨湰', type: 'form' }, { subType: 'multiselect', text: '涓嬫媺澶氶��', type: 'form' }, { subType: 'link', text: '鑱斿姩鑿滃崟', type: 'form' }, + { subType: 'popSelect', text: '閫夋嫨鍣�', type: 'form' }, { subType: 'switch', text: '寮�鍏�', type: 'form' }, { subType: 'checkbox', text: '澶氶�夋', type: 'form' }, { subType: 'radio', text: '鍗曢�夋', type: 'form' }, @@ -93,13 +94,13 @@ children: [ { subType: 'text', text: '鏂囨湰', type: 'col', $init: true }, { subType: 'number', text: '鏁板瓧', type: 'col', $init: true }, + { subType: 'custom', text: '鑷畾涔夊垪', type: 'col', $init: true }, + { subType: 'formula', text: '鍏紡', type: 'col', $init: true }, { subType: 'picture', text: '鍥剧墖', type: 'col', $init: true }, { subType: 'video', text: '瑙嗛', type: 'col', $init: true }, { subType: 'link', text: '閾炬帴', type: 'col', $init: true }, { subType: 'textarea', text: '澶氳鏂囨湰', type: 'col', $init: true }, - { subType: 'custom', text: '鑷畾涔夊垪', type: 'col', $init: true }, { subType: 'colspan', text: '鍚堝苟鍒�', type: 'col', $init: true }, - { subType: 'formula', text: '鍏紡', type: 'col', $init: true }, { subType: 'index', text: '搴忓彿', type: 'col', $init: true } ] } -- Gitblit v1.8.0