|
@@ -98,7 +98,7 @@
|
98
|
98
|
</el-table-column>
|
99
|
99
|
<el-table-column prop="customer.name" label="订单客户" width="300" show-overflow-tooltip header-align="center">
|
100
|
100
|
</el-table-column>
|
101
|
|
- <el-table-column prop="customer.name" label="客户名称" width="300" show-overflow-tooltip header-align="center">
|
|
101
|
+ <el-table-column prop="fkComponyId" label="客户名称" width="300" show-overflow-tooltip header-align="center">
|
102
|
102
|
</el-table-column>
|
103
|
103
|
<el-table-column prop="receiveAddress" label="收货地址" width="300" show-overflow-tooltip header-align="center">
|
104
|
104
|
</el-table-column>
|
|
@@ -445,6 +445,7 @@
|
445
|
445
|
console.log(param);
|
446
|
446
|
axios.get(url, param).then(response => {
|
447
|
447
|
if (response.data.code == 0) {
|
|
448
|
+ console.log(response.data.data.list);
|
448
|
449
|
this.tableData = response.data.data.list
|
449
|
450
|
this.totalRows = response.data.data.total
|
450
|
451
|
} else {
|