mall + pay:

1. 优化退款管理的导出实现
This commit is contained in:
YunaiV
2023-07-19 23:05:45 +08:00
parent 3caa5f14bd
commit 721adfbf60
7 changed files with 91 additions and 169 deletions

View File

@@ -127,7 +127,7 @@
<el-tag size="small">{{ orderDetail.merchantOrderId }}</el-tag>
</el-descriptions-item>
<el-descriptions-item label="支付单号">
<el-tag type="warning" v-if="orderDetail.no">{{ orderDetail.no }}</el-tag>
<el-tag type="warning" size="small" v-if="orderDetail.no">{{ orderDetail.no }}</el-tag>
</el-descriptions-item>
</el-descriptions>
<el-descriptions :column="2" label-class-name="desc-label">
@@ -278,7 +278,6 @@ export default {
this.open = true;
});
},
/** 导出按钮操作 */
handleExport() {
// 处理查询参数