cloudroam
2025-01-07 964b93aff95773bff148e54607105e31fbdfc770
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: '请输入控件类型'},
          },
          {