From 545231cc08e10b40011a581afb6be5f27e85ab52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 19 八月 2022 17:12:06 +0800 Subject: [PATCH] 2022-08-19 --- src/templates/zshare/formconfig.jsx | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 0e784c6..b302e62 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -3068,6 +3068,19 @@ }, { type: 'radio', + key: 'hidden', + label: "闅愯棌", + initVal: card.hidden || 'false', + options: [{ + value: 'true', + text: Formdict['model.true'] + }, { + value: 'false', + text: Formdict['model.false'] + }] + }, + { + type: 'radio', key: 'readonly', label: '鍙', initVal: card.readonly || 'false', @@ -3082,21 +3095,8 @@ { type: 'radio', key: 'required', - label: Formdict['model.required'], + label: "蹇呭~", initVal: card.required || 'true', - options: [{ - value: 'true', - text: Formdict['model.true'] - }, { - value: 'false', - text: Formdict['model.false'] - }] - }, - { - type: 'radio', - key: 'hidden', - label: Formdict['model.hidden'], - initVal: card.hidden || 'false', options: [{ value: 'true', text: Formdict['model.true'] -- Gitblit v1.8.0