From 2737c184d0954ac1f13b3a02840a88cd0db159c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 一月 2021 18:30:30 +0800 Subject: [PATCH] 2021-01-15 --- src/templates/zshare/formconfig.jsx | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 65a1932..0697f18 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -1927,6 +1927,9 @@ value: 'color', text: Formdict['model.form.color'] }, { + value: 'brafteditor', + text: '瀵屾枃鏈�' + }, { value: 'funcvar', text: Formdict['header.form.funcvar'] }, @@ -2225,6 +2228,19 @@ }, { type: 'radio', + key: 'hidelabel', + label: '闅愯棌鍚嶇О', + initVal: card.hidelabel || 'false', + options: [{ + value: 'true', + text: Formdict['model.true'] + }, { + value: 'false', + text: Formdict['model.false'] + }] + }, + { + type: 'radio', key: 'readonly', label: Formdict['header.form.readonly'], initVal: card.readonly || 'false', -- Gitblit v1.8.0