From f80b7a7e32e9f7d5b712eceb4bdb3f7e696663db Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 18 Apr 2025 16:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/qualityInspection/upload-record/index.vue | 2 +- src/pages/safetyViolations/upload-record/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/qualityInspection/upload-record/index.vue b/src/pages/qualityInspection/upload-record/index.vue index 9710adf..8240170 100644 --- a/src/pages/qualityInspection/upload-record/index.vue +++ b/src/pages/qualityInspection/upload-record/index.vue @@ -32,7 +32,7 @@ text="修改" type="primary" @tap="onHandleEditRecord(item.id)" - v-if="!isExpire(item.rectDate)" + v-if="item.rectStatus == 0" /> diff --git a/src/pages/safetyViolations/upload-record/index.vue b/src/pages/safetyViolations/upload-record/index.vue index b0a3e7b..6166729 100644 --- a/src/pages/safetyViolations/upload-record/index.vue +++ b/src/pages/safetyViolations/upload-record/index.vue @@ -32,7 +32,7 @@ text="修改" type="primary" @tap="onHandleEditRecord(item.id)" - v-if="!isExpire(item.rectDate)" + v-if="item.rectStatus == 0" />