From e24c707ba13733903c310334fb0bbee1667ca4f6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 20 八月 2022 22:24:46 +0800 Subject: [PATCH] 2022-08-20 --- src/templates/zshare/formconfig.jsx | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index b302e62..8bd43e2 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -1762,10 +1762,10 @@ type: 'select', key: 'format', label: Formdict['header.form.format'], - initVal: card.format || '', + initVal: card.format || 'none', options: [{ - value: '', - text: Formdict['model.empty'] + value: 'none', + text: '鏃�' }, { value: 'thdSeparator', text: '鍗冨垎浣�' @@ -1782,10 +1782,13 @@ type: 'select', key: 'textFormat', label: Formdict['header.form.format'], - initVal: card.textFormat || '', + initVal: card.textFormat || 'none', options: [{ - value: '', - text: Formdict['model.empty'] + value: 'none', + text: '鏃�' + }, { + value: 'encryption', + text: '鍔犲瘑' }, { value: 'YYYY-MM-DD', text: 'YYYY-MM-DD' @@ -3013,8 +3016,11 @@ value: 'letter', text: '瀛楁瘝' }, { + value: 'letter_number', + text: '鏁板瓧鎴栧瓧姣�' + }, { value: 'letter&number', - text: '鏁板瓧銆佸瓧姣嶄互鍙奯@_.' + text: '鏁板瓧銆佸瓧姣嶄互鍙夽_.' }, { value: 'phone', text: '鎵嬫満鍙�' -- Gitblit v1.8.0