linwei
2024-01-18 bd8fd7187c8fdb11a371192d9af59dabc3a4db57
bug 修复
2 files modified
39 ■■■■■ changed files
src/views/article/components/deitDiscussion.vue 25 ●●●● patch | view | raw | blame | history
src/views/propertySupervision/houseHoldSupervision.vue 14 ●●●● patch | view | raw | blame | history
src/views/article/components/deitDiscussion.vue
@@ -115,11 +115,17 @@
              prop: 'discussContent',
              type: 'input',
              row: true,
              rules: [{
                required: true,
                message: '请输入议题',
                trigger: 'blur'
              }],
            },
            {
              label: '选项范围',
              prop: 'optionRange',
              type: 'radio',
              value: 0,
              button: true,
              row: true,
              dicData: [{
@@ -128,14 +134,19 @@
              }, {
                label: '单选',
                value: 0
              }]
              }],
              rules: [{
                required: true,
                message: '请选项范围',
                trigger: 'blur'
              }],
            },
            {
              label: '排序',
              prop: 'sort',
              controlsPosition: '',
              type: 'number'
            },
            // {
            //   label: '排序',
            //   prop: 'sort',
            //   controlsPosition: '',
            //   type: 'number'
            // },
            {
              label: '选项内容',
              prop: 'children',
src/views/propertySupervision/houseHoldSupervision.vue
@@ -225,13 +225,13 @@
              hide: true,
              display: false
            },
            {
              width: 156,
              overHidden: true,
              label: "地址",
              prop: "address",
              display: false,
            },
            // {
            //   width: 156,
            //   overHidden: true,
            //   label: "地址",
            //   prop: "address",
            //   display: false,
            // },
            {
              // hide: true,
              width: 220,