From e748c728c94228dfc0d82767752bdbb7e34e4b67 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 10 Jun 2025 18:15:41 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pro-tabs/bns-timeline-tabs.vue | 17 +++- .../violation/violationApprovalList.vue | 2 +- .../violation/violationApprove.vue | 80 +++++++++---------- 3 files changed, 56 insertions(+), 43 deletions(-) diff --git a/src/components/pro-tabs/bns-timeline-tabs.vue b/src/components/pro-tabs/bns-timeline-tabs.vue index 5bb072c..9643533 100644 --- a/src/components/pro-tabs/bns-timeline-tabs.vue +++ b/src/components/pro-tabs/bns-timeline-tabs.vue @@ -47,7 +47,15 @@ v-show="btnShow" style="position: absolute; top: 94%; left: 80%; z-index: 999 !important; width: 250px" > - 终审 + + + 通过 驳回 @@ -225,6 +233,10 @@ export default { type: String, default: () => '', }, + auditTitle: { + type: String, + default: () => '', + }, }, computed: { store() { @@ -324,10 +336,13 @@ export default { // 3.31更改bug新增 auditRecordList: [], endAuditingIndex: -1, + userType: '', } }, mounted() { this.assign() + + this.userType = this.$store.state.user.userType }, methods: { assign() { diff --git a/src/views/violationManagenment/violation/violationApprovalList.vue b/src/views/violationManagenment/violation/violationApprovalList.vue index 7e39b6f..5353f99 100644 --- a/src/views/violationManagenment/violation/violationApprovalList.vue +++ b/src/views/violationManagenment/violation/violationApprovalList.vue @@ -2,7 +2,7 @@
- + - + @@ -180,7 +177,7 @@ :file-list="dialogForm.improvedPhotoList" :limit="9" :multiple="true" - :class="{disabled:true}" + :class="{ disabled: true }" disabled > @@ -197,7 +194,7 @@ :file-list="dialogForm.receiptOfFinePhotoList" :limit="9" :multiple="true" - :class="{disabled:true}" + :class="{ disabled: true }" disabled > @@ -228,6 +225,7 @@ v-on:turnDown="approvalTurnDown" v-on:finalInstance="approvalFinalInstance" v-else + :auditTitle="row.title" >
@@ -242,7 +240,7 @@