订单bug
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</el-col>
|
||||
<el-col :span='4'>
|
||||
<div class="blodTip">加工平方数(平方米)</div>
|
||||
<div class="lightTip">{{orderGroupMsg.actualArea}}</div>
|
||||
<div class="lightTip">{{orderGroupMsg.planArea}}</div>
|
||||
</el-col>
|
||||
<el-col :span='4'>
|
||||
<div class="blodTip">状态</div>
|
||||
@@ -114,7 +114,7 @@
|
||||
</el-col>
|
||||
<el-col :span='4'>
|
||||
<div class="blodTip">加工平方数(平方米)</div>
|
||||
<div class="lightTip">{{item.actualArea}}</div>
|
||||
<div class="lightTip">{{item.planArea}}</div>
|
||||
</el-col>
|
||||
<el-col :span='4'>
|
||||
<div class="blodTip">预计用时(时)</div>
|
||||
@@ -247,7 +247,7 @@ export default {
|
||||
orderGroupId: '',
|
||||
tableProps,
|
||||
orderMsg: [],
|
||||
tableH: this.tableHeight(510) / 2,
|
||||
tableH: 150,
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
pageNo: 1,
|
||||
@@ -257,9 +257,6 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
window.addEventListener('resize', () => {
|
||||
this.tableH = this.tableHeight(510) / 2
|
||||
})
|
||||
this.orderGroupId = location.href.split('?')[1].split('=')[1]
|
||||
this.getMsg()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user