|
@@ -350,8 +350,18 @@
|
|
|
<span v-if="scope.row.takeType == 1 || scope.row.takeType == 2"> 预约 </span>
|
|
|
</el-tag>
|
|
|
<span style="margin-left: 20px">订单号:
|
|
|
- <div class="serial" v-if="scope.row.daySeq != null">
|
|
|
+ <!-- <div class="serial" v-if="scope.row.daySeq != null">
|
|
|
<span class="serial_text">{{scope.row.daySeq}} #</span>
|
|
|
+ </div> -->
|
|
|
+ <div class="serial">
|
|
|
+ <div v-if="scope.row.platformType != null">
|
|
|
+ <span class="serial_text" v-if="scope.row.platformType == 0">猎豹 </span>
|
|
|
+ <span class="serial_text" v-if="scope.row.platformType == 1">美团 </span>
|
|
|
+ <span class="serial_text" v-if="scope.row.platformType == 2">饿了么 </span>
|
|
|
+ <span class="serial_text" v-if="scope.row.platformType == 3">饿百零售 </span>
|
|
|
+ <span class="serial_text" v-if="scope.row.platformType == 5">美团闪购 </span>
|
|
|
+ </div>
|
|
|
+ <div v-if="scope.row.daySeq != null"><span class="serial_text">{{scope.row.daySeq}} #</span></div>
|
|
|
</div>
|
|
|
<el-button style="user-select: unset" type="text" @click="deliveryInfo(scope.row.orderSn)" v-if="type != 2">
|
|
|
{{ scope.row.orderSn }}
|