From d1bf5816a35ff189ec47e87343433eb8ba73a3b8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 17 八月 2023 16:24:27 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/zshare/formconfig.jsx | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index ee46093..313c909 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -3068,7 +3068,20 @@ }, { value: '-90', text: '鍓�90澶�' + }, { + value: 'custom', + text: '鑷畾涔�' }] + }, + { + type: 'text', + key: 'minDateField', + label: '鏈�灏忓�硷紙瀛楁锛�', + initVal: card.minDateField || '', + tooltip: '鏈�灏忓�煎搴斿瓧娈碉紝涔熷彲鑷畾涔夊浐瀹氬�硷紝鏍煎紡涓篩YYY-MM-DD銆�', + required: true, + readonly: false, + options: columns }, { type: 'select', @@ -3118,9 +3131,22 @@ }, { value: '-90', text: '鍓�90澶�' + }, { + value: 'custom', + text: '鑷畾涔�' }] }, { + type: 'text', + key: 'maxDateField', + label: '鏈�澶у�硷紙瀛楁锛�', + initVal: card.maxDateField || '', + tooltip: '鏈�澶у�煎搴斿瓧娈碉紝涔熷彲鑷畾涔夊浐瀹氬�硷紝鏍煎紡涓篩YYY-MM-DD銆�', + required: true, + readonly: false, + options: columns + }, + { type: 'radio', key: 'precision', label: '绮剧‘搴�', -- Gitblit v1.8.0