| | |
| | | const checkboxCellRender = reactive({ |
| | | name: 'VxeCheckboxGroup', |
| | | options: [ |
| | | { label: '允许横排', value: '1' }, |
| | | { label: '钢化', value: '2' }, |
| | | { label: '幕墙模式', value: '1' }, |
| | | { label: '允许横排', value: '2' }, |
| | | { label: '钢化', value: '3' }, |
| | | |
| | | ] |
| | | }) |
| | | |
| | |
| | | }, |
| | | |
| | | columns:[ |
| | | {type:'expand',fixed:"left",slots: { content:'content' },width: 50}, |
| | | {field: 'check', title: '选择', width: 200, cellRender: checkboxCellRender }, |
| | | {type:'seq',fixed:"left",slots: { content:'content' },width: 50}, |
| | | {field: 'check', title: '选择', width: 250, cellRender: checkboxCellRender }, |
| | | {field: 'process_id',width: 150, title: t('processCard.processId'), sortable: true}, |
| | | {field: 'technology_number',width: 70, title: '层', sortable: true}, |
| | | {field: 'TotalFloors',width: 150, title: '总层数', sortable: true}, |