From e8a6e2e854f0f78403f21c7abd45615c57b353e8 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Thu, 17 Jul 2025 21:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=AE=89=E5=85=A8=E5=AE=A1?= =?UTF-8?q?=E6=9F=A5=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/safetyReview/examinerApproval/approvalForm.vue | 8 ++++---- src/views/safetyReview/examinerApproval/detailForm.vue | 4 ++-- src/views/safetyReview/examinerApproval/index.vue | 2 +- src/views/safetyReview/examinerEscTask/detailForm.vue | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/safetyReview/examinerApproval/approvalForm.vue b/src/views/safetyReview/examinerApproval/approvalForm.vue index 9e0d614..35f45bc 100644 --- a/src/views/safetyReview/examinerApproval/approvalForm.vue +++ b/src/views/safetyReview/examinerApproval/approvalForm.vue @@ -13,7 +13,7 @@ @@ -99,8 +99,8 @@
- - + + 驳回 通过 @@ -153,7 +153,7 @@ const { proxy } = getCurrentInstance() const data = reactive({ detailForm: {}, rules: { - state: [{ required: true, message: "审批结果不能为空", trigger: "change" }], + checkStatus: [{ required: true, message: "审批结果不能为空", trigger: "change" }], checkRemark: [{ required: true, message: "审批意见不能为空", trigger: "change" }], }, }) diff --git a/src/views/safetyReview/examinerApproval/detailForm.vue b/src/views/safetyReview/examinerApproval/detailForm.vue index 4512006..fb48ea5 100644 --- a/src/views/safetyReview/examinerApproval/detailForm.vue +++ b/src/views/safetyReview/examinerApproval/detailForm.vue @@ -9,7 +9,7 @@ -
+