| | |
| | | :loading="loading" |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
| | | @change="handleTableChange" |
| | | :scroll="{ x: 'calc(1000px + 50%)', y: 900 }" |
| | | :scroll="{ x: 'calc(600px + 50%)', y: 900 }" |
| | | > |
| | | <!--字符串超长截取省略号显示--> |
| | | <span |
| | |
| | | // align: "center", |
| | | // dataIndex: 'inspectionTool', |
| | | // }, |
| | | { |
| | | title: '创建人', |
| | | align: "center", |
| | | dataIndex: 'createBy', |
| | | }, |
| | | { |
| | | title: '创建时间', |
| | | align: "center", |
| | | dataIndex: 'createTime', |
| | | }, |
| | | // { |
| | | // title: '创建人', |
| | | // align: "center", |
| | | // dataIndex: 'createBy', |
| | | // }, |
| | | // { |
| | | // title: '创建时间', |
| | | // align: "center", |
| | | // dataIndex: 'createTime', |
| | | // }, |
| | | { |
| | | |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | | align: 'center', |
| | | width: 150, |
| | | scopedSlots: { |
| | | customRender: 'action' |
| | | }, |
| | | fixed: 'right', |
| | | }, |
| | | // width: 150, |
| | | // fixed: 'right', |
| | | ], |
| | | url: { |
| | | list: '/eam/inspectionProject/list', |