From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- 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 e1c5fad..5bc7ea3 100644 --- a/src/menu/modulecell/index.jsx +++ b/src/menu/modulecell/index.jsx @@ -92,6 +92,7 @@ { subType: 'text', text: '鏂囨湰', type: 'col', $init: true }, { subType: 'number', 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 }, @@ -110,7 +111,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 = '閫夋嫨鍣�' @@ -139,7 +140,7 @@ return ( <div className="mk-source-box"> - <div className="tip">娉細褰撴嫋鍔ㄧ被鍨嬩笉鍙楁敮鎸佹椂浼氳閲嶇疆銆�</div> + <div className="tip">娉細褰撳厓绱犵被鍨嬩笉鍙楁敮鎸佹椂浼氳閲嶇疆銆�</div> {options.map((item, index) => (<div className="mk-class" span={item.span} key={index}> <div className="title">{item.title}</div> {item.children.map(cell => <SourceWrap key={cell.value || cell.subType} item={cell}/>)} -- Gitblit v1.8.0