From 4e6b881b89a300836bc647ddd2caf6878dc1a342 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 十二月 2021 15:54:34 +0800 Subject: [PATCH] 2021-12-10 --- src/templates/zshare/formconfig.jsx | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 2d4fc3b..e9ce523 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -409,7 +409,7 @@ { type: 'radio', key: 'resourceType', - label: Formdict['header.form.resourceType'], + label: '閫夐」鏉ユ簮', initVal: card.resourceType || '0', required: true, options: [{ @@ -423,7 +423,7 @@ { type: 'radio', key: 'setAll', - label: Formdict['header.form.setAll'], + label: '璁剧疆鍏ㄩ儴', initVal: card.setAll || 'true', options: [{ value: 'true', @@ -461,7 +461,7 @@ { type: 'text', key: 'cardValField', - label: Formdict['header.form.valueField'], + label: '鍊悸峰瓧娈�', initVal: card.cardValField || 'Value', required: true, readonly: false @@ -548,7 +548,7 @@ { type: 'select', key: 'linkField', - label: Formdict['header.form.linkField'], + label: '鍏宠仈瀛楁', initVal: card.linkField || '', required: true, readonly: false, @@ -557,7 +557,7 @@ { type: 'text', key: 'valueField', - label: Formdict['header.form.valueField'], + label: '鍊悸峰瓧娈�', initVal: card.valueField || '', required: true, readonly: false @@ -872,10 +872,10 @@ } refresh.push({ value: 'maingrid', - text: Formdict['header.form.refresh.maingrid'] + text: '鍒锋柊涓昏〃锛堣锛�' }, { value: 'equaltab', - text: Formdict['header.form.refresh.equaltab'] + text: '鍒锋柊鍚岀骇鏍囩' }) } @@ -1131,7 +1131,7 @@ { type: 'radio', key: 'position', - label: Formdict['header.form.position'], + label: '鏄剧ず浣嶇疆', initVal: card.position || 'toolbar', required: true, options: [{ @@ -2408,7 +2408,7 @@ { type: 'radio', key: 'resourceType', - label: Formdict['header.form.resourceType'], + label: '閫夐」鏉ユ簮', initVal: card.resourceType || '0', required: true, options: [{ @@ -2447,7 +2447,7 @@ { type: 'text', key: 'cardValField', - label: Formdict['header.form.valueField'], + label: '鍊悸峰瓧娈�', initVal: card.cardValField || 'Value', required: true, readonly: false @@ -2520,7 +2520,7 @@ { type: 'select', key: 'linkField', - label: Formdict['header.form.linkField'], + label: '鍏宠仈瀛楁', initVal: card.linkField || '', required: true, readonly: false, @@ -2529,7 +2529,7 @@ { type: 'text', key: 'valueField', - label: Formdict['header.form.valueField'], + label: '鍊悸峰瓧娈�', initVal: card.valueField || '', required: true, readonly: false @@ -2748,7 +2748,7 @@ text: Formdict['header.form.letter'] }, { value: 'letter&number', - text: Formdict['header.form.letter&number'] + text: '瀛楁瘝+鏁板瓧' }, { value: 'phone', text: '鎵嬫満鍙�' -- Gitblit v1.8.0