From 94339c7aa85dfc23a32790455629509f42096c2e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十一月 2020 00:20:53 +0800 Subject: [PATCH] 2020-11-26 --- src/templates/zshare/formconfig.jsx | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index a5d10b9..8bde153 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -2033,7 +2033,7 @@ { type: 'radio', key: 'setAll', - label: Formdict['header.form.setAll'], + label: '璁剧疆绌哄��', initVal: card.setAll || 'false', options: [{ value: 'true', @@ -2362,6 +2362,14 @@ required: false }, { + type: 'text', + key: 'emptyText', + label: '绌哄�兼枃鏈�', + tooltip: '绌哄�肩殑鎻愮ず鏂囨湰锛岄粯璁や负銆婄┖銆嬨��', + initVal: card.emptyText || '', + required: false + }, + { type: 'multiselect', key: 'blacklist', label: Formdict['header.form.blacklist'], -- Gitblit v1.8.0