|
@@ -184,11 +184,11 @@
|
|
|
<el-table-column align="center" label="时间" prop="orderTrackTime" min-width="160" show-overflow-tooltip />
|
|
|
<el-table-column align="center" label="收货地址" prop="address" min-width="160" show-overflow-tooltip >
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.address?scope.row.address:'---------' }}
|
|
|
+ {{ scope.row.address?scope.row.address:'——' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="收货客户" prop="receivingName" min-width="160" show-overflow-tooltip >
|
|
|
- <template slot-scope="scope">{{ scope.row.receivingName?scope.row.receivingName:'---------' }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.receivingName?scope.row.receivingName:'——' }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="" min-width="80" show-overflow-tooltip fixed="right">
|
|
|
<template slot-scope="scope">
|