From aa7cd5b28360f6b40a9ab498191e42e06344ab90 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 27 十一月 2024 14:43:05 +0800
Subject: [PATCH] 1
---
pages/wallet/withdraw-audit.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/wallet/withdraw-audit.vue b/pages/wallet/withdraw-audit.vue
index e4a137e..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},
--
Gitblit v1.9.3