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;