From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/mob/modalconfig/source.jsx | 29 ++++++++++++++++++++++------- 1 files changed, 22 insertions(+), 7 deletions(-) diff --git a/src/mob/modalconfig/source.jsx b/src/mob/modalconfig/source.jsx index 3fed414..5a1a31a 100644 --- a/src/mob/modalconfig/source.jsx +++ b/src/mob/modalconfig/source.jsx @@ -18,7 +18,7 @@ }, { type: 'form', - label: CommonDict['model.form.select'], + label: '閫夋嫨鍣�', subType: 'select', url: '' }, @@ -54,13 +54,13 @@ }, { type: 'form', - label: CommonDict['header.form.fileupload'], + label: '鏂囦欢涓婁紶', subType: 'fileupload', url: '' }, { type: 'form', - label: CommonDict['model.form.dateday'], + label: '鏃ユ湡锛堝ぉ锛�', subType: 'date', url: '' }, @@ -72,14 +72,19 @@ }, { type: 'form', - label: CommonDict['model.form.datetime'], - subType: 'datetime', + label: CommonDict['model.form.textarea'], + subType: 'textarea', url: '' }, { type: 'form', - label: CommonDict['model.form.textarea'], - subType: 'textarea', + label: '绾ц仈鑿滃崟', + subType: 'cascader', + }, + { + type: 'form', + label: '璇勫垎', + subType: 'rate', url: '' }, { @@ -99,6 +104,16 @@ label: '鍒嗗壊绾�', subType: 'split', url: '' + }, + { + type: 'form', + label: '鍏宠仈涓昏〃', + subType: 'linkMain', + }, + { + type: 'form', + label: '鍏紡', + subType: 'formula', } ] -- Gitblit v1.8.0