From 49d0886f6855f1fb1c628b8205a8ae299aa3db09 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 七月 2022 18:05:28 +0800 Subject: [PATCH] 2022-07-14 --- src/templates/modalconfig/source.jsx | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx index 57ad017..d3818c5 100644 --- a/src/templates/modalconfig/source.jsx +++ b/src/templates/modalconfig/source.jsx @@ -121,12 +121,12 @@ }, { type: 'form', - label: CommonDict['header.form.fileupload'], + label: '鏂囦欢涓婁紶', subType: 'fileupload', }, { type: 'form', - label: CommonDict['model.form.dateday'], + label: '鏃ユ湡锛堝ぉ锛�', subType: 'date', }, { @@ -134,11 +134,6 @@ label: CommonDict['model.form.datemonth'], subType: 'datemonth', }, - // { - // type: 'form', - // label: '鏃ユ湡锛堝垎/绉掞級', - // subType: 'datetime', - // }, { type: 'form', label: CommonDict['model.form.textarea'], @@ -146,6 +141,11 @@ }, { type: 'form', + label: '绾ц仈鑿滃崟', + subType: 'cascader', + }, + { + type: 'form', label: '璇勫垎', subType: 'rate', }, -- Gitblit v1.8.0