| | |
| | | prop: 'discussContent', |
| | | type: 'input', |
| | | row: true, |
| | | rules: [{ |
| | | required: true, |
| | | message: '请输入议题', |
| | | trigger: 'blur' |
| | | }], |
| | | }, |
| | | { |
| | | label: '选项范围', |
| | | prop: 'optionRange', |
| | | type: 'radio', |
| | | value: 0, |
| | | button: true, |
| | | row: true, |
| | | dicData: [{ |
| | |
| | | }, { |
| | | label: '单选', |
| | | value: 0 |
| | | }] |
| | | }], |
| | | rules: [{ |
| | | required: true, |
| | | message: '请选项范围', |
| | | trigger: 'blur' |
| | | }], |
| | | }, |
| | | { |
| | | label: '排序', |
| | | prop: 'sort', |
| | | controlsPosition: '', |
| | | type: 'number' |
| | | }, |
| | | // { |
| | | // label: '排序', |
| | | // prop: 'sort', |
| | | // controlsPosition: '', |
| | | // type: 'number' |
| | | // }, |
| | | { |
| | | label: '选项内容', |
| | | prop: 'children', |
| | |
| | | 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, |