From 316877c1d9e5b6d92334f30b03d97d7e833cd934 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 二月 2021 16:01:57 +0800 Subject: [PATCH] 2021-02-02 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index 39b0ab3..c103921 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -109,7 +109,7 @@ label: '鍥剧墖/鏂囦欢', initVal: card.url || '', maxfile: 1, - required: false + required: true }, { type: 'radio', @@ -124,6 +124,17 @@ }, { type: 'radio', + key: 'loop', + label: '寰幆鎾斁', + initVal: card.loop || 'false', + required: false, + options: [ + { value: 'true', text: '鏄�' }, + { value: 'false', text: '鍚�' } + ] + }, + { + type: 'radio', key: 'link', label: '閾炬帴', initVal: card.link || '', -- Gitblit v1.8.0