From 0227c25e4ed573d3095ada3f9c9a4ba5f18b0de5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 一月 2021 10:53:01 +0800 Subject: [PATCH] 2021-01-20 --- src/templates/modalconfig/source.jsx | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx index 7cf801f..9edd2ae 100644 --- a/src/templates/modalconfig/source.jsx +++ b/src/templates/modalconfig/source.jsx @@ -104,6 +104,30 @@ }, { type: 'form', + label: '寮�鍏�', + subType: 'switch', + url: '' + }, + { + type: 'form', + label: '澶氶�夋', + subType: 'checkbox', + url: '' + }, + { + type: 'form', + label: '鍗曢�夋', + subType: 'radio', + url: '' + }, + { + type: 'form', + label: '閫夐」鍗�', + subType: 'checkcard', + url: '' + }, + { + type: 'form', label: CommonDict['header.form.fileupload'], subType: 'fileupload', url: '' @@ -134,12 +158,24 @@ }, { type: 'form', + label: '鎻愮ず', + subType: 'hint', + url: '' + }, + { + type: 'form', label: CommonDict['model.form.color'], subType: 'color', url: '' }, { type: 'form', + label: '瀵屾枃鏈�', + subType: 'brafteditor', + url: '' + }, + { + type: 'form', label: CommonDict['header.form.funcvar'], subType: 'funcvar', url: '' -- Gitblit v1.8.0