diff --git a/src/views/subBidCommittee/SubBidCommitteeDetailPage.vue b/src/views/subBidCommittee/SubBidCommitteeDetailPage.vue
index 2c65b47..0dfecd2 100644
--- a/src/views/subBidCommittee/SubBidCommitteeDetailPage.vue
+++ b/src/views/subBidCommittee/SubBidCommitteeDetailPage.vue
@@ -34,18 +34,19 @@
-
- 查看
-
+
+
+
+
- 查看
+ 查看
- 查看
+ 查看
@@ -72,7 +73,16 @@ import { getSubBidCommitteeDetail, getCommitteeUnderStudyProject } from '@api/in
import MeetingList from '@comp/detailPage/MeetingList'
import FileList from '@comp/detailPage/FileList'
import CommitteeUnderStudyFilesModal from '@views/MessagePage/modules/UnderStudyFilesModal'
-
+/*
+{
+ title: '立项文件',
+ align: 'center',
+ width: 100,
+ fixed: 'right',
+ dataIndex: 'FILE_LIST10',
+ scopedSlots: { customRender: 'project-approval' }
+ },
+ */
const columns = [
{
title: '序号',
@@ -103,13 +113,6 @@ const columns = [
align: 'center',
dataIndex: 'projectSchedule',
scopedSlots: { customRender: 'text' }
- }, {
- title: '立项文件',
- align: 'center',
- width: 100,
- fixed: 'right',
- dataIndex: 'FILE_LIST10',
- scopedSlots: { customRender: 'project-approval' }
}, {
title: '征求意见',
align: 'center',