From 6af033cedb5d85539e8fd3d825604bb4c73e718b Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 04 十二月 2024 10:17:37 +0800 Subject: [PATCH] 1.常规配置:基本配置 2.登录页:图片、公司名称、备案号、公司logo 3.主体页:图片、公司名称、备案号、公司logo --- pages/wallet/withdraw-audit.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/wallet/withdraw-audit.vue b/pages/wallet/withdraw-audit.vue index 6aa327d..76ec926 100644 --- a/pages/wallet/withdraw-audit.vue +++ b/pages/wallet/withdraw-audit.vue @@ -18,7 +18,7 @@ columns: [ {label: '供应商信息', minWidth: 120, - formatter: (row) => `${row.supplierName || ''}:${row.supplierId || ''}`}, + formatter: (row) => `${row.supplierName || ''}:[ID:${row.supplierId || ''}]`}, {label: '申请时间', prop: 'createTime', minWidth: 100}, {label: '提现类型', prop: 'withdrawTypeStr', minWidth: 100}, {label: '提现金额(元)', prop: 'amount', minWidth: 120}, @@ -27,6 +27,7 @@ {label: '审核状态', prop: 'approveStateStr', minWidth: 120}, {label: '审核时间', prop: 'approveTime', minWidth: 120}, {label: '拒绝原因', prop: 'rejectReason', minWidth: 120}, + {label: '操作人', prop: 'approveName', minWidth: 120}, ], searchFormAttrs: { labelWidth: 'auto', -- Gitblit v1.9.3