From 02969af8a55494c2cba0febf7041804b1bdbd226 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Mon, 12 May 2025 17:06:05 +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
---
.../extensionRequestApproval/index.vue | 14 +++++--
.../hazardRectificationApproval/index.vue | 22 +++++++---
.../violation/violationApprovalList.vue | 41 +++++++++++--------
3 files changed, 51 insertions(+), 26 deletions(-)
diff --git a/src/views/hiddenDangerManagement/hazardRectificationManagement/extensionRequestApproval/index.vue b/src/views/hiddenDangerManagement/hazardRectificationManagement/extensionRequestApproval/index.vue
index f747f95..1a97245 100644
--- a/src/views/hiddenDangerManagement/hazardRectificationManagement/extensionRequestApproval/index.vue
+++ b/src/views/hiddenDangerManagement/hazardRectificationManagement/extensionRequestApproval/index.vue
@@ -5,7 +5,8 @@
@@ -13,7 +14,8 @@
@@ -81,7 +83,7 @@
size="mini"
style="color: #f56c6c"
@click="handleRectify(scope.row, 1)"
- v-if="scope.row.status == '1'"
+ v-if="scope.row.intoStatus == '1'"
>
审批
@@ -115,7 +117,11 @@