|
|
@@ -12,6 +12,7 @@
|
|
|
</tips-custom>
|
|
|
<!-- content-->
|
|
|
<div style="margin-bottom: 65px">
|
|
|
+ {{ currentStage }}
|
|
|
<div v-if="[1, 2].includes(currentStage)">
|
|
|
<info1 :info="detail" @industry="changeIndustry" />
|
|
|
</div>
|
|
|
@@ -98,7 +99,7 @@ export default {
|
|
|
this.detail = res.data
|
|
|
delete this.detail._id
|
|
|
this.stageId = res.data.stageId
|
|
|
- this.currentStage = res.data.project_stage
|
|
|
+ this.currentStage = res.data.current_stage
|
|
|
this.detail.tagsName =
|
|
|
this.detail.tags === 1 ? '政府投资项目' : '企业投资项目'
|
|
|
const status = confing.reportTypes.find(
|