From 04be125365bfd254166072f75da87e406f633ba3 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 09 一月 2025 18:36:56 +0800 Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/operation_pc-v2 --- 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