From 97f625ff89bee0daa53a0f4a71be86a1135479d1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 15:19:09 +0800 Subject: [PATCH] 修改bug --- laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue b/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue index ac5d1db..e3fb83a 100644 --- a/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue +++ b/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue @@ -157,7 +157,7 @@ }, computed: { dialogTitle() { - return this.type === "approve" ? "方法验证报告审批" : "方法验证报告详情"; + return this.type === "approve" ? "审核项目检测项、检验包" : "项目检测项、检验包详情"; }, }, watch: { @@ -270,7 +270,7 @@ this.form.approvalComment = ""; }, handleApprove() { - if (!this.remark) { + if (!this.remark && this.status == '2') { this.$message.warning("请输入审批意见"); return; } -- Gitblit v1.7.1