From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 十月 2022 23:35:10 +0800 Subject: [PATCH] 2022-10-04 --- src/mob/modalconfig/source.jsx | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/mob/modalconfig/source.jsx b/src/mob/modalconfig/source.jsx index 42363a7..5a1a31a 100644 --- a/src/mob/modalconfig/source.jsx +++ b/src/mob/modalconfig/source.jsx @@ -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: '' }, @@ -70,17 +70,16 @@ subType: 'datemonth', url: '' }, - // { - // type: 'form', - // label: '鏃ユ湡锛堝垎/绉掞級', - // subType: 'datetime', - // url: '' - // }, { type: 'form', label: CommonDict['model.form.textarea'], subType: 'textarea', url: '' + }, + { + type: 'form', + label: '绾ц仈鑿滃崟', + subType: 'cascader', }, { type: 'form', @@ -110,6 +109,11 @@ type: 'form', label: '鍏宠仈涓昏〃', subType: 'linkMain', + }, + { + type: 'form', + label: '鍏紡', + subType: 'formula', } ] -- Gitblit v1.8.0