From 7efa00e685459c99658b570a180bce5178da1360 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 3 Nov 2021 11:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=B8=8E=E8=AF=A6=E6=83=85=E7=9A=84=E6=8E=A7=E5=88=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/SignUpInfoDetail.vue | 3 +-- src/views/incomePayments/meetManage/SignUpInfoEdit.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/incomePayments/meetManage/SignUpInfoDetail.vue b/src/views/incomePayments/meetManage/SignUpInfoDetail.vue index a9a8e72..dcb9842 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoDetail.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoDetail.vue @@ -55,8 +55,7 @@ {{ model.payMode_dictText }} - - + {{ model.needInvoice_dictText }} diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 9e4c2c9..0731b6b 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -304,7 +304,7 @@ export default { if(this.$refs.formother){ // 打包不显示行程信息 if(record.payMode === 3){ - this.$refs.formother.payModeBool = true + this.$refs.formother.payModeBool = false } // 缴费方式为汇款 需要显示发票字段 if(record.payMode === 1){