|
@@ -148,7 +148,7 @@
|
|
|
>
|
|
|
<el-table-column align="center" type="selection" width="55"></el-table-column>
|
|
|
<template v-if="mainForm.pickupWay == 2 && logisticsNumber == '001'">
|
|
|
- <el-table-column align="left" label="收货客户" prop="orderTime" min-width="120" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="收货客户" prop="orderTime" min-width="200" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.receivingName"
|
|
@@ -157,7 +157,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="电话" prop="orderTime" min-width="120" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="电话" prop="orderTime" min-width="200" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.phone"
|
|
@@ -166,7 +166,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="收货地址" prop="orderTime" min-width="120" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="收货地址" prop="orderTime" min-width="200" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.address"
|