|
|
@ -121,7 +121,7 @@
|
|
|
|
<div class="card-unit unit-two">亿</div>
|
|
|
|
<div class="card-unit unit-two">亿</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-items">
|
|
|
|
<!-- <div class="card-items">
|
|
|
|
<div class="card-item-left">
|
|
|
|
<div class="card-item-left">
|
|
|
|
<div class="card-img card-img-three"></div>
|
|
|
|
<div class="card-img card-img-three"></div>
|
|
|
|
<div class="card-type">全口径增加值:</div>
|
|
|
|
<div class="card-type">全口径增加值:</div>
|
|
|
@ -130,7 +130,7 @@
|
|
|
|
<div class="card-number number-three">{{ item.addValue ? item.addValue : '-' }}</div>
|
|
|
|
<div class="card-number number-three">{{ item.addValue ? item.addValue : '-' }}</div>
|
|
|
|
<div class="card-unit unit-two">亿</div>
|
|
|
|
<div class="card-unit unit-two">亿</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="dataCloudMap-statistics">
|
|
|
|
<div class="dataCloudMap-statistics">
|
|
|
@ -256,13 +256,13 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 项目追踪情况 -->
|
|
|
|
<!-- 持续关注项目 -->
|
|
|
|
<div class="dataCloudMap-right-bottom" id="dataCloudMap-right-box">
|
|
|
|
<div class="dataCloudMap-right-bottom" id="dataCloudMap-right-box">
|
|
|
|
<div class="project-trace-title" id="project-trace-title-id">
|
|
|
|
<div class="project-trace-title" id="project-trace-title-id">
|
|
|
|
<div class="right-bottom-title">
|
|
|
|
<div class="right-bottom-title">
|
|
|
|
<div class="L-title-left">
|
|
|
|
<div class="L-title-left">
|
|
|
|
<span class="dataCloudMap-birght"></span>
|
|
|
|
<span class="dataCloudMap-birght"></span>
|
|
|
|
<span class="dataCloudMap-title">项目追踪情况</span>
|
|
|
|
<span class="dataCloudMap-title">持续关注项目</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<span class="dataCloudMap-data">【统计数据截至:{{ time }}】</span>
|
|
|
|
<span class="dataCloudMap-data">【统计数据截至:{{ time }}】</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -270,16 +270,22 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<section>
|
|
|
|
<section>
|
|
|
|
<el-table v-loading="loadingTwo" class="dataMap-two-table" :data="tableTwoData" :row-class-name="tableRowClassName" :height="tabHeader" :header-cell-style="{background:'#E8F3FC'}"> <!-- :max-height="tabHeader" -->
|
|
|
|
<el-table v-loading="loadingTwo" class="dataMap-two-table" :data="tableTwoData" :row-class-name="tableRowClassName" :height="tabHeader" :header-cell-style="{background:'#E8F3FC'}"> <!-- :max-height="tabHeader" -->
|
|
|
|
<el-table-column label="申报任务名称" prop="enterpriseDirectory" width="500" align="center"/>
|
|
|
|
<el-table-column label="项目名称" prop="projectSmallType" width="400" align="center">
|
|
|
|
<el-table-column label="填报时间" prop="time" align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<!-- <div>{{ scope.row.enterpriseDirectory }}</div> -->
|
|
|
|
|
|
|
|
<dict-tag :options="dict.type.project_small_type" :value="scope.row.projectSmallType"/>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="提醒内容" prop="alertContent" align="center" width="200">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<div v-if="scope.row.startTime && scope.row.endTime">{{ scope.row.startTime }}~{{ scope.row.endTime }}</div>
|
|
|
|
<!-- <div v-if="scope.row.startTime && scope.row.endTime">{{ scope.row.startTime }}~{{ scope.row.endTime }}</div>
|
|
|
|
<div v-else>长期有效</div>
|
|
|
|
<div v-else>长期有效</div> -->
|
|
|
|
|
|
|
|
<div class="remind-info">{{ scope.row.alertContent }}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="已填报企业数" prop="count" align="center">
|
|
|
|
<el-table-column label="提醒时间" prop="alertTime" align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<div class="project-trace-table-number">{{ scope.row.count }}</div>
|
|
|
|
<div class="project-trace-table-number">{{ scope.row.alertTime }}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
@ -302,6 +308,7 @@ import echartData from './components/echartData.vue'
|
|
|
|
import { honor, projectTracking, getIndustryDepth, selectCount } from "@/api/jin_ji_hu/dataCloudMap"
|
|
|
|
import { honor, projectTracking, getIndustryDepth, selectCount } from "@/api/jin_ji_hu/dataCloudMap"
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
components:{honorDialogVue,headqEnterprise,serviceIndustry,collectDialog,echartData},
|
|
|
|
components:{honorDialogVue,headqEnterprise,serviceIndustry,collectDialog,echartData},
|
|
|
|
|
|
|
|
dicts: ["project_small_type"],
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
activeIndex:1,
|
|
|
|
activeIndex:1,
|
|
|
@ -426,7 +433,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
projectBtn(){
|
|
|
|
projectBtn(){
|
|
|
|
this.$router.push({
|
|
|
|
this.$router.push({
|
|
|
|
name: 'EnterpriseDirectory',
|
|
|
|
name: 'Project',
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
active(e) {
|
|
|
|
active(e) {
|
|
|
|