From b6cbfb08b51e87e6eac995be8e7751815715e6a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 29 三月 2022 15:36:21 +0800 Subject: [PATCH] 2022-03-29 --- src/mob/modalconfig/source.jsx | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/mob/modalconfig/source.jsx b/src/mob/modalconfig/source.jsx index 8d2248d..42363a7 100644 --- a/src/mob/modalconfig/source.jsx +++ b/src/mob/modalconfig/source.jsx @@ -70,16 +70,22 @@ subType: 'datemonth', url: '' }, - { - type: 'form', - label: CommonDict['model.form.datetime'], - subType: 'datetime', - url: '' - }, + // { + // type: 'form', + // label: '鏃ユ湡锛堝垎/绉掞級', + // subType: 'datetime', + // url: '' + // }, { type: 'form', label: CommonDict['model.form.textarea'], subType: 'textarea', + url: '' + }, + { + type: 'form', + label: '璇勫垎', + subType: 'rate', url: '' }, { @@ -99,6 +105,11 @@ label: '鍒嗗壊绾�', subType: 'split', url: '' + }, + { + type: 'form', + label: '鍏宠仈涓昏〃', + subType: 'linkMain', } ] -- Gitblit v1.8.0