From 8f6b3d26bde4e22773cc53386dfbae669a7472ed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 13 十月 2020 09:16:21 +0800 Subject: [PATCH] 2020-10-13 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 84 +++++++++++++++++++++--------------------- 1 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index 81020a7..7a33eda 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -29,10 +29,51 @@ ] }, { + type: 'select', + key: 'icon', + label: '鍥炬爣', + initVal: card.icon, + required: true, + options: [ + { value: 'question-circle', text: 'question-circle'}, + { value: 'alert', text: 'alert'}, + { value: 'cloud', text: 'cloud'}, + { value: 'eye', text: 'eye'}, + { value: 'eye-invisible', text: 'eye-invisible'}, + { value: 'android', text: 'android'}, + { value: 'apple', text: 'apple'}, + { value: 'windows', text: 'windows'}, + { value: 'ie', text: 'ie'}, + { value: 'chrome', text: 'chrome'}, + { value: 'github', text: 'github'}, + { value: 'aliwangwang', text: 'aliwangwang'}, + { value: 'dingding', text: 'dingding'}, + { value: 'wechat', text: 'wechat'}, + { value: 'alipay', text: 'alipay'}, + { value: 'weibo-square', text: 'weibo-square'}, + { value: 'weibo-circle', text: 'weibo-circle'}, + { value: 'taobao-circle', text: 'taobao-circle'}, + { value: 'weibo', text: 'weibo'}, + { value: 'twitter', text: 'twitter'}, + { value: 'youtube', text: 'youtube'}, + { value: 'alipay-circle', text: 'alipay-circle'}, + { value: 'taobao', text: 'taobao'}, + { value: 'skype', text: 'skype'}, + { value: 'qq', text: 'qq'}, + { value: 'gitlab', text: 'gitlab'}, + { value: 'zhihu', text: 'zhihu'}, + { value: 'slack', text: 'slack'}, + { value: 'sketch', text: 'sketch'}, + { value: 'yahoo', text: 'yahoo'}, + { value: 'reddit', text: 'reddit'}, + { value: 'dribbble', text: 'dribbble'}, + ] + }, + { type: 'radio', key: 'datatype', label: '鏁版嵁绫诲瀷', - initVal: card.datatype || 'dynamic', + initVal: card.datatype || 'static', required: true, options: [ { value: 'dynamic', text: '鍔ㄦ��' }, @@ -83,47 +124,6 @@ label: '鍚庣紑', initVal: card.postfix || '', required: false - }, - { - type: 'select', - key: 'icon', - label: '鍥炬爣', - initVal: card.icon, - required: true, - options: [ - { value: 'question-circle', text: 'question-circle'}, - { value: 'alert', text: 'alert'}, - { value: 'cloud', text: 'cloud'}, - { value: 'eye', text: 'eye'}, - { value: 'eye-invisible', text: 'eye-invisible'}, - { value: 'android', text: 'android'}, - { value: 'apple', text: 'apple'}, - { value: 'windows', text: 'windows'}, - { value: 'ie', text: 'ie'}, - { value: 'chrome', text: 'chrome'}, - { value: 'github', text: 'github'}, - { value: 'aliwangwang', text: 'aliwangwang'}, - { value: 'dingding', text: 'dingding'}, - { value: 'wechat', text: 'wechat'}, - { value: 'alipay', text: 'alipay'}, - { value: 'weibo-square', text: 'weibo-square'}, - { value: 'weibo-circle', text: 'weibo-circle'}, - { value: 'taobao-circle', text: 'taobao-circle'}, - { value: 'weibo', text: 'weibo'}, - { value: 'twitter', text: 'twitter'}, - { value: 'youtube', text: 'youtube'}, - { value: 'alipay-circle', text: 'alipay-circle'}, - { value: 'taobao', text: 'taobao'}, - { value: 'skype', text: 'skype'}, - { value: 'qq', text: 'qq'}, - { value: 'gitlab', text: 'gitlab'}, - { value: 'zhihu', text: 'zhihu'}, - { value: 'slack', text: 'slack'}, - { value: 'sketch', text: 'sketch'}, - { value: 'yahoo', text: 'yahoo'}, - { value: 'reddit', text: 'reddit'}, - { value: 'dribbble', text: 'dribbble'}, - ] }, { type: 'text', -- Gitblit v1.8.0