From 3993a63812953384748114436ec7ac74e89b977d Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Thu, 16 Dec 2021 17:31:36 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=88=B0=E8=B4=A6=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/ArriveAndInvoivingList.vue | 5 ++--- .../arriveAndInvoicing/modules/AuditProofModule.vue | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue index 20faf6f..1088a93 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -104,10 +104,9 @@ - 审核 + v-if="record.paymentStatus === 'toBeReviewed'" + v-has="'incomePaymentAndInvoiving:audit'">审核
-
{{ proofInfo.reviewerName }}
+
{{ proofInfo.applicantName }}
@@ -153,7 +153,6 @@ export default { values.projectId = this.model.id values.projectType = this.model.projectType const formData = Object.assign(this.proofInfo, values) - delete formData.id postAction(this.auditUrl, formData).then(res => { if (res.success) { this.$message.success(res.message)