From 6ddf94564b1fbe0e7f96e7f8eccd745b052e0dae Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Wed, 16 Jul 2025 10:30:53 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=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 | 9 ++++++-
.../violation/violationApprovalList.vue | 27 ++++++++++---------
2 files changed, 23 insertions(+), 13 deletions(-)
diff --git a/src/components/pro-tabs/bns-timeline-tabs.vue b/src/components/pro-tabs/bns-timeline-tabs.vue
index 711f74b..358988e 100644
--- a/src/components/pro-tabs/bns-timeline-tabs.vue
+++ b/src/components/pro-tabs/bns-timeline-tabs.vue
@@ -48,7 +48,11 @@
style="position: absolute; top: 94%; left: 80%; z-index: 999 !important; width: 250px"
>
-
+
终审
@@ -342,6 +346,7 @@ export default {
auditRecordList: [],
endAuditingIndex: -1,
userType: '',
+ currentCheckIndexNew: 0,
}
},
mounted() {
@@ -382,6 +387,7 @@ export default {
this.currentCheckIndex = this.auditPersonArr.length
}
+ this.currentCheckIndexNew = this.auditPersonArr.findIndex(item => item.auditStatus == 4)
this.auditPersonArr.forEach(e => {
if (e.isActive == 10) {
e.isResult = true
@@ -389,6 +395,7 @@ export default {
e.isResult = false
}
})
+
console.log('this.auditPersonArr.===' + JSON.stringify(this.auditPersonArr))
console.log('this.currentCheckIndex===' + this.currentCheckIndex)
}
diff --git a/src/views/violationManagenment/violation/violationApprovalList.vue b/src/views/violationManagenment/violation/violationApprovalList.vue
index ae101e4..111e45c 100644
--- a/src/views/violationManagenment/violation/violationApprovalList.vue
+++ b/src/views/violationManagenment/violation/violationApprovalList.vue
@@ -83,7 +83,7 @@
查看
-
+
+
+
+ 审批
+
审批记录
@@ -148,7 +150,7 @@ export default {
keyWord: '', // 关键字
violationCode: '', // 违章编号
signerName: '', // 签发人姓名
- status: '', // 审批状态
+ status: '1', // 审批状态
},
// 审批状态-下拉
approvalStatusOpts: [
@@ -259,6 +261,7 @@ export default {
isApprove,
isRecord,
active,
+ finalCheck: row.finalCheck,
},
})
},