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)