xiaozy_0517
xiaozhiyong 2 years ago
parent 21e8f2b638
commit d8e33a8700
  1. 41
      src/views/financialCenter/enterpriseRechargeDetails/index.vue

@ -181,7 +181,7 @@
}} }}
</p> </p>
</template> </template>
<template #auditMark> <!-- <template #auditMark>
<p> <p>
{{ {{
auditMarkEnum.find( auditMarkEnum.find(
@ -189,7 +189,7 @@
).label ).label
}} }}
</p> </p>
</template> </template> -->
<template #offlineTransactionProof> <template #offlineTransactionProof>
<el-image <el-image
style="width: 100px; height: 100px" style="width: 100px; height: 100px"
@ -287,23 +287,23 @@ export default {
value: 4, value: 4,
}, },
], ],
auditMarkEnum: [ // auditMarkEnum: [
{ // {
label: "待审核", // label: "",
value: 0, // value: 0,
type: "warning", // type: "warning",
}, // },
{ // {
label: "审核通过", // label: "",
value: 1, // value: 1,
type: "success", // type: "success",
}, // },
{ // {
label: "审核失败", // label: "",
value: -1, // value: -1,
type: "danger", // type: "danger",
}, // },
], // ],
oilCompanyMatch: {}, oilCompanyMatch: {},
mappingData: [ mappingData: [
@ -320,7 +320,7 @@ export default {
{ label: "线下交易发起时间", value: "offlineStartTime" }, { label: "线下交易发起时间", value: "offlineStartTime" },
{ label: "线下交易完成时间", value: "offlineCompleteTime" }, { label: "线下交易完成时间", value: "offlineCompleteTime" },
{ label: "线下交易凭证", value: "offlineTransactionProof" }, { label: "线下交易凭证", value: "offlineTransactionProof" },
{ label: "交易审核标识", value: "auditMark" }, // { label: "", value: "auditMark" },
{ label: "审核人", value: "auditUserName" }, { label: "审核人", value: "auditUserName" },
{ label: "交易说明", value: "reverseRemark" }, { label: "交易说明", value: "reverseRemark" },
{ label: "审核时间", value: "auditTime" }, { label: "审核时间", value: "auditTime" },
@ -383,6 +383,7 @@ export default {
//table list //table list
getByPage() { getByPage() {
this.parameter.params["companyAccountType"] = "4"; this.parameter.params["companyAccountType"] = "4";
this.parameter.params["auditMark"] = 1;
serve.getByPage(this.parameter).then((res) => { serve.getByPage(this.parameter).then((res) => {
this.tableData = res.data.list; this.tableData = res.data.list;
this.parameter.total = res.data.totalCount; this.parameter.total = res.data.totalCount;

Loading…
Cancel
Save