From 0472ec32cadb4f9bca6dbab82ac33a42e76f37ed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 28 六月 2022 16:24:15 +0800 Subject: [PATCH] 菜单栏&时间轴 --- src/templates/modalconfig/source.jsx | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx index 0f50944..57ad017 100644 --- a/src/templates/modalconfig/source.jsx +++ b/src/templates/modalconfig/source.jsx @@ -134,11 +134,11 @@ label: CommonDict['model.form.datemonth'], subType: 'datemonth', }, - { - type: 'form', - label: CommonDict['model.form.datetime'], - subType: 'datetime', - }, + // { + // type: 'form', + // label: '鏃ユ湡锛堝垎/绉掞級', + // subType: 'datetime', + // }, { type: 'form', label: CommonDict['model.form.textarea'], @@ -178,6 +178,11 @@ type: 'form', label: '鍏宠仈涓昏〃', subType: 'linkMain', + }, + { + type: 'form', + label: '鍏紡', + subType: 'formula', } ] -- Gitblit v1.8.0