|
|
@@ -17,6 +17,7 @@
|
|
|
<info3 :project-id="projectId" :stage-id="stageId" />
|
|
|
<info4 :info="detail" />
|
|
|
<info5 :info="detail" />
|
|
|
+ <info7 :info="detail" />
|
|
|
</div>
|
|
|
<!-- buttom-->
|
|
|
<div class="bottom flex flex-center flex-justify-end">
|
|
|
@@ -46,9 +47,10 @@ import Info2 from '@/views/project/componens/info2.vue'
|
|
|
import info3 from '@/views/project/componens/info3.vue'
|
|
|
import Info4 from '@/views/project/componens/info4.vue'
|
|
|
import Info5 from '@/views/project/componens/info5.vue'
|
|
|
+import Info7 from '@/views/project/componens/info7.vue'
|
|
|
|
|
|
export default {
|
|
|
- components: { Info2, Info1, Info4, Info5, tipsCustom, top, info3 },
|
|
|
+ components: { Info2, Info1, Info4, Info5, Info7, tipsCustom, top, info3 },
|
|
|
data() {
|
|
|
return {
|
|
|
projectId: '',
|
|
|
@@ -65,6 +67,7 @@ export default {
|
|
|
this.$api.project.projectMapInfo(this.projectId).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.detail = res.data
|
|
|
+ delete this.detail._id
|
|
|
this.stageId = res.data.stageId
|
|
|
this.detail.tagsName =
|
|
|
this.detail.tags === 1 ? '政府投资项目' : '企业投资项目'
|