From a536a28e7101533b9be66716e397b789f32e81d0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Jan 2026 15:00:31 +0800
Subject: [PATCH] 1
---
src/views/capital/withdrawallist.vue | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/capital/withdrawallist.vue b/src/views/capital/withdrawallist.vue
index affcefc..4639957 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -127,8 +127,8 @@
<div slot="footer" style="display: flex; justify-content: center; align-items: center">
<a-button type="primary" style="background-color: " @click="OkeditOrderdialog(3)">驳回</a-button>
<a-button type="primary" @click="OkeditOrderdialog(2)">通过</a-button>
- <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button>
- <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button>
+ <!-- <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button>
+ <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button> -->
</div>
</a-modal>
</page-header-wrapper>
@@ -216,6 +216,12 @@
width: 200,
},
{
+ title: '支行番号',
+ dataIndex: 'branchNo',
+ align: 'center',
+ width: 200,
+ },
+ {
title: '银行号码',
dataIndex: 'bankNo',
align: 'center',
--
Gitblit v1.9.3