From 6159a5216fc8e9e789b4640c29e0a416008e7e4f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期日, 22 十二月 2024 21:46:27 +0800
Subject: [PATCH] 1.行政区划对接-高德 2.行政区划对接-腾讯
---
pages/wallet/withdraw-audit.vue | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/pages/wallet/withdraw-audit.vue b/pages/wallet/withdraw-audit.vue
index 76ec926..24417a8 100644
--- a/pages/wallet/withdraw-audit.vue
+++ b/pages/wallet/withdraw-audit.vue
@@ -49,6 +49,19 @@
span: 24,
searchImmediately: true,
},
+ {
+ label: '提现状态:',
+ id: 'withdrawState',
+ type: 'bus-radio',
+ el: {
+ hasAll: true,
+ childType: 'el-radio-button',
+ code: 'BILL_WITHDRAW_TYPE',
+ },
+ default: '',
+ span: 24,
+ searchImmediately: true,
+ },
{label: '供应商ID:', id: 'supplierId', type: 'input'},
{label: '供应商名称:', id: 'supplierName', type: 'input'},
{
--
Gitblit v1.9.3