From 66cc7818cf5e13c44f4372e7d47fb72df7d2f752 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 九月 2022 10:30:14 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/templates/zshare/formconfig.jsx | 49 +++++++++++++++++++++++-------------------------- 1 files changed, 23 insertions(+), 26 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index ef844cd..6ec8e3d 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -333,16 +333,16 @@ } else { typeOptions = [{ value: 'text', - text: Formdict['model.form.text'] + text: '鏂囨湰' }, { value: 'select', - text: Formdict['model.form.select'] + text: '涓嬫媺閫夋嫨' }, { value: 'multiselect', - text: Formdict['model.form.multiselect'] + text: '涓嬫媺澶氶��' }, { value: 'link', - text: Formdict['model.form.link'] + text: '鑱斿姩鑿滃崟' }, { value: 'checkcard', text: '閫夐」鍗�' @@ -354,13 +354,13 @@ text: '鏃ユ湡锛堝懆锛�' }, { value: 'datemonth', - text: Formdict['model.form.datemonth'] + text: '鏃ユ湡锛堟湀锛�' }, { value: 'daterange', - text: Formdict['model.form.daterange'] + text: '鏃ユ湡锛堝尯闂达級' }, { value: 'group', - text: Formdict['model.form.dategroup'] + text: '鏃ユ湡锛堢粍鍚堬級' }] } @@ -2423,22 +2423,22 @@ let _openType = [{ value: 'text', - text: Formdict['model.form.text'] + text: '鏂囨湰' }, { value: 'number', - text: Formdict['model.form.number'] + text: '鏁板瓧' }, { value: 'select', - text: Formdict['model.form.select'] + text: '涓嬫媺閫夋嫨' }, { value: 'textarea', text: '澶氳鏂囨湰' }, { value: 'multiselect', - text: Formdict['model.form.multiselect'] + text: '涓嬫媺澶氶��' }, { value: 'link', - text: Formdict['model.form.link'] + text: '鑱斿姩鑿滃崟' }, { value: 'switch', text: '寮�鍏�' @@ -2459,7 +2459,7 @@ text: '鏃ユ湡锛堝ぉ锛�' }, { value: 'datemonth', - text: Formdict['model.form.datemonth'] + text: '鏃ユ湡锛堟湀锛�' // }, { // value: 'datetime', // text: '鏃ユ湡锛堝垎/绉掞級' @@ -2471,13 +2471,13 @@ text: '璇勫垎' }, { value: 'color', - text: Formdict['model.form.color'] + text: '棰滆壊' }, { value: 'brafteditor', text: '瀵屾枃鏈�' }, { value: 'funcvar', - text: Formdict['header.form.funcvar'] + text: '鍑芥暟鍙橀噺' }, { value: 'hint', text: '鎻愮ず' @@ -2497,16 +2497,19 @@ if (appType === 'mob') { _openType = [{ value: 'text', - text: Formdict['model.form.text'] + text: '鏂囨湰' }, { value: 'number', - text: Formdict['model.form.number'] + text: '鏁板瓧' }, { value: 'select', text: '閫夋嫨鍣�' }, { value: 'link', - text: Formdict['model.form.link'] + text: '鑱斿姩鑿滃崟' + }, { + value: 'textarea', + text: '澶氳鏂囨湰' }, { value: 'switch', text: '寮�鍏�' @@ -2527,13 +2530,7 @@ text: '鏃ユ湡锛堝ぉ锛�' }, { value: 'datemonth', - text: Formdict['model.form.datemonth'] - // }, { - // value: 'datetime', - // text: '鏃ユ湡锛堝垎/绉掞級' - }, { - value: 'textarea', - text: Formdict['model.form.textarea'] + text: '鏃ユ湡锛堟湀锛�' }, { value: 'cascader', text: '绾ц仈鑿滃崟' @@ -2542,7 +2539,7 @@ text: '璇勫垎' }, { value: 'funcvar', - text: Formdict['header.form.funcvar'] + text: '鍑芥暟鍙橀噺' }, { value: 'hint', text: '鎻愮ず' -- Gitblit v1.8.0