| | |
| | | // 表格列配置 |
| | | const tableColumn = ref([ |
| | | { |
| | | label: "领用单号", |
| | | prop: "materialRecordCode", |
| | | width: 130, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "危险源编码", |
| | | prop: "code", |
| | | showOverflowTooltip: true, |
| | |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "单号", |
| | | prop: "materialRecordCode", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | dataType: "action", |
| | | label: "操作", |
| | | align: "center", |
| | | fixed: "right", |
| | | width: 200, |
| | | width: 130, |
| | | operation: [ |
| | | { |
| | | name: "归还", |
| | |
| | | const pagination1 = obj => { |
| | | page.value.current = obj.page; |
| | | page.value.size = obj.limit; |
| | | handleQuery(); |
| | | getList(); |
| | | }; |
| | | |
| | | // 选择变化处理 |