table chart
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="selectedBox[0]"
|
||||
width="128"
|
||||
width="160"
|
||||
label="设备保养单号"
|
||||
:show-overflow-tooltip="true"
|
||||
prop="maintainOrderNumber"></el-table-column>
|
||||
@@ -242,6 +242,11 @@ export default {
|
||||
this.tableH = this.tableHeight(260)
|
||||
})
|
||||
},
|
||||
destroyed() {
|
||||
window.removeEventListener('resize', () => {
|
||||
this.tableH = this.tableHeight(260)
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
checkSelectable(row, index) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user