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 | 27 +++++++++++++++++---------- 1 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx index 4c57d66..d3818c5 100644 --- a/src/templates/modalconfig/source.jsx +++ b/src/templates/modalconfig/source.jsx @@ -26,7 +26,6 @@ initval: '', type: 'text', resourceType: '0', - setAll: 'false', options: [], orderType: 'asc', decimal: 0, @@ -44,7 +43,6 @@ initval: '', type: 'select', resourceType: '0', - setAll: 'false', options: [], orderType: 'asc', decimal: 0, @@ -62,7 +60,6 @@ initval: '', type: 'date', resourceType: '0', - setAll: 'false', options: [], orderType: 'asc', decimal: 0, @@ -124,12 +121,12 @@ }, { type: 'form', - label: CommonDict['header.form.fileupload'], + label: '鏂囦欢涓婁紶', subType: 'fileupload', }, { type: 'form', - label: CommonDict['model.form.dateday'], + label: '鏃ユ湡锛堝ぉ锛�', subType: 'date', }, { @@ -139,13 +136,18 @@ }, { type: 'form', - label: CommonDict['model.form.datetime'], - subType: 'datetime', + label: CommonDict['model.form.textarea'], + subType: 'textarea', }, { type: 'form', - label: CommonDict['model.form.textarea'], - subType: 'textarea', + label: '绾ц仈鑿滃崟', + subType: 'cascader', + }, + { + type: 'form', + label: '璇勫垎', + subType: 'rate', }, { type: 'form', @@ -174,8 +176,13 @@ }, { type: 'form', - label: CommonDict['header.form.linkMain'], + label: '鍏宠仈涓昏〃', subType: 'linkMain', + }, + { + type: 'form', + label: '鍏紡', + subType: 'formula', } ] -- Gitblit v1.8.0