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

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

Loading…
Cancel
Save