|
@@ -124,7 +124,7 @@
|
|
|
<el-table-column align="center" prop="orderStatus" label="状态"></el-table-column>
|
|
|
<el-table-column align="center" prop="createTime" label="处理时间"></el-table-column>
|
|
|
</el-table>
|
|
|
- <div class="footer" v-if="(data.orderType == 3 || data.orderType == 4) && data.deliveryType != 3">
|
|
|
+ <div class="footer" v-if="(data.orderType == 3 || data.orderType == 4) && (data.deliveryType == 0 || data.deliveryType == 1 || data.deliveryType == 2)">
|
|
|
<div class="left-info">
|
|
|
<span class="info-title">
|
|
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
|