|
@@ -267,7 +267,7 @@
|
|
|
<button class="admin-button-com blue big" @click="toPay">去付款</button>
|
|
<button class="admin-button-com blue big" @click="toPay">去付款</button>
|
|
|
</block>
|
|
</block>
|
|
|
<block v-else>
|
|
<block v-else>
|
|
|
- <!-- <button class="admin-button-com default big" @click="refundOrder" style="margin-right:80upx;" v-if="detailInfo.payStatus == 1">申请退款</button> -->
|
|
|
|
|
|
|
+ <button class="admin-button-com default big" @click="refundOrder" style="margin-right:80upx;" v-if="detailInfo.payStatus == 1">申请退款</button>
|
|
|
<button class="admin-button-com blue big" @click="clearOrder" v-if="detailInfo.debt == 1">付款结清</button>
|
|
<button class="admin-button-com blue big" @click="clearOrder" v-if="detailInfo.debt == 1">付款结清</button>
|
|
|
</block>
|
|
</block>
|
|
|
|
|
|