Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -127,9 +127,9 @@ | ... | @@ -127,9 +127,9 @@ |
| 127 | </div> | 127 | </div> |
| 128 | </TablePopover> | 128 | </TablePopover> |
| 129 | </template> | 129 | </template> |
| 130 | - <template v-slot:logisticsNo="scope"> | 130 | + <template v-slot:billNo="scope"> |
| 131 | <el-button type="text" @click="view(scope.row)">{{ | 131 | <el-button type="text" @click="view(scope.row)">{{ |
| 132 | - scope.row.logisticsNo | 132 | + scope.row.billNo |
| 133 | }}</el-button> | 133 | }}</el-button> |
| 134 | </template> | 134 | </template> |
| 135 | </Table> | 135 | </Table> |
| ... | @@ -191,13 +191,13 @@ export default { | ... | @@ -191,13 +191,13 @@ export default { |
| 191 | value: "billNo", | 191 | value: "billNo", |
| 192 | width: "", | 192 | width: "", |
| 193 | align: "left", | 193 | align: "left", |
| 194 | + slot: true, | ||
| 194 | }, | 195 | }, |
| 195 | { | 196 | { |
| 196 | name: "物流运单编号", | 197 | name: "物流运单编号", |
| 197 | value: "logisticsNo", | 198 | value: "logisticsNo", |
| 198 | width: "", | 199 | width: "", |
| 199 | align: "left", | 200 | align: "left", |
| 200 | - slot: true, | ||
| 201 | }, | 201 | }, |
| 202 | { | 202 | { |
| 203 | name: "电商企业代码", | 203 | name: "电商企业代码", | ... | ... |
-
Please register or login to post a comment