From 4b42dfb742ddebc027f2b577e2e37acf2b6cc91c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 12 Aug 2025 17:06:11 +0800
Subject: [PATCH] 1

---
 src/views/capital/withdrawallist.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/capital/withdrawallist.vue b/src/views/capital/withdrawallist.vue
index affcefc..546845b 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -216,6 +216,12 @@
             width: 200,
           },
           {
+            title: '支行番号',
+            dataIndex: 'branchNo',
+            align: 'center',
+            width: 200,
+          },
+          {
             title: '银行号码',
             dataIndex: 'bankNo',
             align: 'center',

--
Gitblit v1.9.3