|
|
@ -272,14 +272,11 @@
|
|
|
|
<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="projectSmallType" width="400" align="center">
|
|
|
|
<el-table-column label="项目名称" prop="projectSmallType" width="400" align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<!-- <div>{{ scope.row.enterpriseDirectory }}</div> -->
|
|
|
|
|
|
|
|
<dict-tag :options="dict.type.project_small_type" :value="scope.row.projectSmallType"/>
|
|
|
|
<dict-tag :options="dict.type.project_small_type" :value="scope.row.projectSmallType"/>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="提醒内容" prop="alertContent" align="center" width="200">
|
|
|
|
<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-else>长期有效</div> -->
|
|
|
|
|
|
|
|
<div class="remind-info">{{ scope.row.alertContent }}</div>
|
|
|
|
<div class="remind-info">{{ scope.row.alertContent }}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
@ -288,6 +285,18 @@
|
|
|
|
<div class="project-trace-table-number">{{ scope.row.alertTime }}</div>
|
|
|
|
<div class="project-trace-table-number">{{ scope.row.alertTime }}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<!-- <el-table-column label="申报任务名称" prop="enterpriseDirectory" width="500" align="center"/>
|
|
|
|
|
|
|
|
<el-table-column label="填报时间" prop="time" align="center">
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<div v-if="scope.row.startTime && scope.row.endTime">{{ scope.row.startTime }}~{{ scope.row.endTime }}</div>
|
|
|
|
|
|
|
|
<div v-else>长期有效</div>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="已填报企业数" prop="count" align="center">
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<div class="project-trace-table-number">{{ scope.row.count }}</div>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column> -->
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|