From e434aa953481414eae9a6c9cdaa9e387d234a6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Fri, 7 Aug 2026 13:22:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E9=80=81?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=9A=84=E6=8A=A5=E5=A4=87=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/delivery-warehouse-bank-card/config/form.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/src/views/system/delivery-warehouse-bank-card/config/form.ts b/apps/web-antd/src/views/system/delivery-warehouse-bank-card/config/form.ts index e9ff2ec4..c76f05eb 100644 --- a/apps/web-antd/src/views/system/delivery-warehouse-bank-card/config/form.ts +++ b/apps/web-antd/src/views/system/delivery-warehouse-bank-card/config/form.ts @@ -59,9 +59,10 @@ export const reportFormProps: VbenFormProps = { component: 'RadioGroup', componentProps: { options: [ - { label: '对公', value: 1 }, - { label: '对私', value: 2 }, - { label: '存折', value: 5 }, + { label: '对公账户', value: '1' }, + { label: '法人账户', value: '2' }, + { label: '授权对公账户', value: '3' }, + { label: '授权个人账户', value: '4' }, ], }, fieldName: 'bank_account_type',