From b63b085814103cabe989d9600bc925559cc6d56d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 13 四月 2022 01:29:21 +0800 Subject: [PATCH] 2022-04-13 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index 498c1c4..48c492b 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -313,6 +313,16 @@ required: false }, { + type: 'select', + key: 'bgImage', + label: '鍔ㄦ�佽儗鏅�', + initVal: card.bgImage || '', + tooltip: '缁戝畾鏁版嵁婧愬瓧娈碉紝鍙牴鎹繑鍥炲�兼敼鍙樿儗鏅浘銆�', + required: false, + allowClear: true, + options: [] + }, + { type: 'number', key: 'barHeight', min: 5, -- Gitblit v1.8.0