|
@@ -10,8 +10,8 @@
|
|
<el-button type="primary" icon="el-icon-back" style="float: right;" @click="backToList">返回</el-button>
|
|
<el-button type="primary" icon="el-icon-back" style="float: right;" @click="backToList">返回</el-button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <h1>退款单</h1>
|
|
|
|
<el-card v-for="refund in refundList" :key="refund.orderID" class="box-card">
|
|
<el-card v-for="refund in refundList" :key="refund.orderID" class="box-card">
|
|
|
|
+ <h1>退款单</h1>
|
|
<div class="refund-item">
|
|
<div class="refund-item">
|
|
<el-row :gutter="24" class="box-row">
|
|
<el-row :gutter="24" class="box-row">
|
|
<el-col :span="6"><b>退款编号:</b> {{ refund.returnedNo }}</el-col>
|
|
<el-col :span="6"><b>退款编号:</b> {{ refund.returnedNo }}</el-col>
|