From fe4e0ad2f8f6f9ad32a1e38af2c5518ca7fbf8f8 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Tue, 10 Oct 2023 11:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/voucher/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/accounting/voucher/index.vue b/src/views/accounting/voucher/index.vue index a95bdb13..7b4bc287 100644 --- a/src/views/accounting/voucher/index.vue +++ b/src/views/accounting/voucher/index.vue @@ -149,7 +149,7 @@ @@ -297,6 +297,7 @@ width: 240px; height: 220px; cursor: pointer; + margin: 0 10px; " > @@ -475,11 +476,12 @@ export default { typeOptions: [], //凭证类别 showNull: "", showNul2: "", - showNul3: true, - showNul4: true, + showNul3: "", + showNul4: "", fjUrl: "", }; }, + watch() {}, created() { this.getList(); this.getUserList(); @@ -555,8 +557,6 @@ export default { this.yhhdList = response.data.list; }); }, - handleClickOfd() {}, - handleSuccess3() {}, //获取字典数据 handleInitList() { // 获取凭证类别 @@ -757,4 +757,7 @@ export default { font-size: large; justify-content: center; } +.el-tab-pane { + display: flex; +}