|
@@ -46,7 +46,7 @@ export default {
|
|
|
return `共${total}条`
|
|
|
},
|
|
|
},
|
|
|
- tableHeight: '600px',
|
|
|
+ tableHeight: '50vh',
|
|
|
tableCols: [
|
|
|
{
|
|
|
dataIndex: 'waybillNo',
|
|
@@ -189,7 +189,7 @@ export default {
|
|
|
const topBarHeight = 80
|
|
|
const headerHeight = this.$refs['tableWrapperHeader'].offsetHeight
|
|
|
const footerBlackHeight = 24
|
|
|
- this.tableHeight = `calc(100vh - ${topBarHeight + headerHeight + footerBlackHeight}px - 20px)`
|
|
|
+ this.tableHeight = `calc(100vh - ${topBarHeight + headerHeight + footerBlackHeight}px -20px)`
|
|
|
},
|
|
|
async getData() {
|
|
|
try {
|