From 964b93aff95773bff148e54607105e31fbdfc770 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 07 一月 2025 16:11:40 +0800 Subject: [PATCH] add:配置2 --- pages/regular/config-param.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/regular/config-param.vue b/pages/regular/config-param.vue index 012f51c..47c22ad 100644 --- a/pages/regular/config-param.vue +++ b/pages/regular/config-param.vue @@ -30,7 +30,7 @@ searchForm: [ { type: 'row', - items: [{label: '变量分组:', id: 'paramGroup', type: 'input'}, + items: [ {label: '变量分组名:', id: 'paramGroupName', type: 'input'}], }, ], @@ -105,7 +105,11 @@ { label: '控件类型', id: 'paramControlType', - type: 'input', + type: 'bus-select-dict', + el: { + code: 'PARAM_CONTROL_TYPE', + style: 'width:100%', + }, rules: {required: true, message: '请输入控件类型'}, }, { -- Gitblit v1.9.3