From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/templates/modalconfig/source.jsx | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx index deddd57..c437d38 100644 --- a/src/templates/modalconfig/source.jsx +++ b/src/templates/modalconfig/source.jsx @@ -91,6 +91,11 @@ }, { type: 'form', + label: '澶氳鏂囨湰', + subType: 'textarea', + }, + { + type: 'form', label: CommonDict['model.form.multiselect'], subType: 'multiselect', }, @@ -121,12 +126,12 @@ }, { type: 'form', - label: CommonDict['header.form.fileupload'], + label: '鏂囦欢涓婁紶', subType: 'fileupload', }, { type: 'form', - label: CommonDict['model.form.dateday'], + label: '鏃ユ湡锛堝ぉ锛�', subType: 'date', }, { @@ -134,15 +139,10 @@ label: CommonDict['model.form.datemonth'], subType: 'datemonth', }, - // { - // type: 'form', - // label: '鏃ユ湡锛堝垎/绉掞級', - // subType: 'datetime', - // }, { type: 'form', - label: CommonDict['model.form.textarea'], - subType: 'textarea', + label: '绾ц仈鑿滃崟', + subType: 'cascader', }, { type: 'form', @@ -178,6 +178,11 @@ type: 'form', label: '鍏宠仈涓昏〃', subType: 'linkMain', + }, + { + type: 'form', + label: '鍏紡', + subType: 'formula', } ] -- Gitblit v1.8.0