From 76a4300654a18d228838c3f27455dc8e7a8cd616 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 一月 2021 17:04:42 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/templates/zshare/formconfig.jsx | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index b069bc8..65a1932 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -385,7 +385,7 @@ type: 'radio', key: 'setAll', label: Formdict['header.form.setAll'], - initVal: card.setAll || 'false', + initVal: card.setAll || 'true', options: [{ value: 'true', text: Formdict['model.true'] @@ -2318,6 +2318,15 @@ }] }, { + type: 'text', + key: 'suffix', + label: '鍚庣紑鍚�', + tooltip: '鍙互涓婁紶鏂囦欢鐨勫悗缂�鍚嶏紝澶氫釜绫诲瀷鐢ㄩ�楀彿鍒嗛殧锛岀┖鍊兼椂涓嶆牎楠屻��', + initVal: card.suffix || '', + required: false, + readonly: false + }, + { type: 'radio', key: 'encryption', label: '鍔犲瘑浼犺緭', -- Gitblit v1.8.0