From 34e7681fd12b1c4e4994d3bea1a553870e10bc50 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 11 三月 2023 17:58:54 +0800
Subject: [PATCH] 2023-03-11

---
 src/menu/modulecell/index.jsx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/menu/modulecell/index.jsx b/src/menu/modulecell/index.jsx
index 1117370..b8841a6 100644
--- a/src/menu/modulecell/index.jsx
+++ b/src/menu/modulecell/index.jsx
@@ -22,6 +22,7 @@
           { value: 'qrcode', text: '浜岀淮鐮�', type: 'action', class: 'element', $init: true},
           { value: 'currentDate', text: '褰撳墠鏃堕棿', type: 'action', class: 'element', $init: true},
           { value: 'formula', text: '鍏紡', type: 'action', class: 'element', $init: true},
+          { value: 'color', text: '棰滆壊', type: 'action', class: 'element', $init: true},
           { value: 'sequence', text: '搴忓彿', type: 'action', class: 'element', $init: true }
         ]
       },
@@ -66,7 +67,8 @@
           { subType: 'hint', text: '鎻愮ず', type: 'form' },
           { subType: 'split', text: '鍒嗛殧绾�', type: 'form' },
           { subType: 'linkMain', text: '鍏宠仈涓昏〃', type: 'form' },
-          { subType: 'formula', text: '鍏紡', type: 'form' }
+          { subType: 'formula', text: '鍏紡', type: 'form' },
+          { subType: 'vercode', text: '楠岃瘉鐮�', type: 'form' }
         ]
       },
       {
@@ -111,7 +113,7 @@
     let options = fromJS(this.state.options).toJS()
 
     if (appType === 'mob') {
-      options[1].children = options[1].children.filter(item => ['pop', 'prompt', 'exec', 'innerpage', 'funcbutton'].includes(item.value))
+      options[1].children = options[1].children.filter(item => ['pop', 'prompt', 'exec', 'excelOut', 'innerpage', 'funcbutton'].includes(item.value))
       options[2].children = options[2].children.filter(item => {
         if (item.subType === 'select') {
           item.text = '閫夋嫨鍣�'

--
Gitblit v1.8.0