From 0c070154e16a9d6550de9b454aeee9974d5c7c63 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 18 May 2024 17:12:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E8=AF=A6=E6=83=85=E7=BB=84=E4=BB=B6=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-management/initiation/detail.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/project-management/initiation/detail.vue b/src/views/project-management/initiation/detail.vue index a6be3b1..261efd6 100644 --- a/src/views/project-management/initiation/detail.vue +++ b/src/views/project-management/initiation/detail.vue @@ -7,7 +7,8 @@ @tab-click="handleClick" > - + @@ -19,6 +20,7 @@ import {getInfo} from "@/api/project-demand/index.js"; import {getSubCompOpt} from '@/api/user/user.js' import {useProcessStore} from '@/stores/processStore.js'; +import CollectionDetail from "@/components/DetailComponent/CollectionDetail.vue"; const route = useRoute() const activeName = ref('first') @@ -32,7 +34,7 @@ const getCompanyOption = async () => { companyOption.value = res.data } -const getDemandCollectionInfo =async () => { +const getDemandCollectionInfo = async () => { if (!route.query.id) return await getCompanyOption() getInfo(route.query.id).then(res => { @@ -82,6 +84,7 @@ getDemandCollectionInfo() } } } + .approval-record { padding-bottom: 30px;