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 @@ -
+