Commit 9090f719 authored by zhengke's avatar zhengke

no message

parent 868204dd
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
</div> </div>
</template> </template>
<!-- 历史发票列表 -->
<template v-if="activeName=='invoiceHistory'&&orders && orders.length>0 && !loading"> <template v-if="activeName=='invoiceHistory'&&orders && orders.length>0 && !loading">
<div v-loading="CancelLoading"> <div v-loading="CancelLoading">
<div class="order-body order-InvoiceC" v-for="x in orders" :key="x.orderid"> <div class="order-body order-InvoiceC" v-for="x in orders" :key="x.orderid">
......
<template> <template>
<div class="row items-center"> <div class="row items-center">
<IconLeft :size="18" class="q-mr-md cursor-pointer" @click="forwardOrder"></IconLeft> <IconLeft :size="18" class="q-mr-md cursor-pointer" @click="forwardOrder"></IconLeft>
<div class="text-weight-bold cursor-pointer" @click="forwardOrder">订单/发票</div> <div class="text-weight-bold cursor-pointer" @click="forwardOrder">订单/发票</div>
</div> </div>
<div v-loading="CancelLoading"> <div v-loading="CancelLoading">
<template v-if="order && !loading"> <template v-if="order && !loading">
<div class="q-mt-xl q-pa-xl rounded bg-info"> <div class="q-mt-xl q-pa-xl rounded bg-info">
<el-steps style="max-width: 100%;margin: 0 auto;" :active="active" align-center> <el-steps style="max-width: 100%;margin: 0 auto;" :active="active" align-center>
...@@ -72,7 +71,7 @@ ...@@ -72,7 +71,7 @@
<div v-if="!order && !loading"> <div v-if="!order && !loading">
<el-empty class="q-ma-xl" description="暂无数据" /> <el-empty class="q-ma-xl" description="暂无数据" />
</div> </div>
</div> </div>
<WePay v-if="showPay" :orderid="order.orderid" @close="showPay=false" @success="showPay=false,getOrder()"></WePay> <WePay v-if="showPay" :orderid="order.orderid" @close="showPay=false" @success="showPay=false,getOrder()"></WePay>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment