From 55a1b8402fd258da084df9b8a3935eef8450247c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 01 八月 2021 18:03:02 +0800 Subject: [PATCH] 2021-08-01 --- src/menu/components/form/formaction/formconfig.jsx | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/menu/components/form/formaction/formconfig.jsx b/src/menu/components/form/formaction/formconfig.jsx index 6eb2048..9b358d1 100644 --- a/src/menu/components/form/formaction/formconfig.jsx +++ b/src/menu/components/form/formaction/formconfig.jsx @@ -274,19 +274,19 @@ required: false, options: modules }, - { - type: 'radio', - key: 'enable', - label: '鏄惁鏄剧ず', - initVal: card.enable || 'true', - required: false, - options: [{ - value: 'true', - text: '鏄剧ず' - }, { - value: 'false', - text: '闅愯棌' - }] - }, + // { + // type: 'radio', + // key: 'enable', + // label: '鏄惁鏄剧ず', + // initVal: card.enable || 'true', + // required: false, + // options: [{ + // value: 'true', + // text: '鏄剧ず' + // }, { + // value: 'false', + // text: '闅愯棌' + // }] + // } ] } -- Gitblit v1.8.0