From 7d411895979f53d909b8b8026bf195518bfb606c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 09 一月 2023 14:40:18 +0800 Subject: [PATCH] 2023-01-09 --- src/menu/components/share/actioncomponent/formconfig.jsx | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 254577c..efedf7a 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -1000,6 +1000,19 @@ }] }, { + type: 'radio', + key: 'checkType', + label: '閫夋鏍峰紡', + initVal: card.checkType || 'circle', + options: [{ + value: 'circle', + text: '鍦嗚' + }, { + value: 'square', + text: '鏂硅' + }] + }, + { type: 'text', key: 'openVal', label: '寮�鍚��', -- Gitblit v1.8.0