From 111392f8ae1f27c4cde93bd7974a5f16c8188188 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期四, 09 一月 2025 09:09:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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