From 16e311e53a97e9aae0810fe9e2b242ea1ccefb9c Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Tue, 7 Nov 2023 14:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/bankSlip/index.vue | 35 ++++++++++++++++++++----- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/src/views/accounting/bankSlip/index.vue b/src/views/accounting/bankSlip/index.vue index bd1588db..7a110c25 100644 --- a/src/views/accounting/bankSlip/index.vue +++ b/src/views/accounting/bankSlip/index.vue @@ -38,12 +38,20 @@ /> - + > + + + - + + + + @@ -779,6 +792,14 @@ export default { inputPassword: null, }, userOptions: [], //用户数据 + options: [ + { + label: "借", + }, + { + label: "贷", + }, + ], // 表单参数 form: {}, form1: {},