From 19a7a063cf42af64a221d256191bfc749f774f9e Mon Sep 17 00:00:00 2001 From: liting <994745334@qq.com> Date: Wed, 12 Jun 2024 20:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/contract/index.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/contract/contract/index.vue b/src/views/contract/contract/index.vue index 8e6413c0b..72737cc58 100644 --- a/src/views/contract/contract/index.vue +++ b/src/views/contract/contract/index.vue @@ -121,12 +121,14 @@ - + + 审核通过 审核不通过 + - - + + @@ -180,12 +182,14 @@ const queryParams1 = reactive({ year: undefined, }) const formData = ref({ - id: undefined, - type: 1, - des: '', + itemId: undefined, + moduleId: undefined, + creatorName: undefined, + status: 1, + comment: '', }) const formRules = reactive({ - des: [{ required: true, message: '审核意见不能为空', trigger: 'blur' }], + comment: [{ required: true, message: '审核意见不能为空', trigger: 'blur' }], }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中