|
|
|
@ -54,9 +54,10 @@
|
|
|
|
|
<!-- :height="tabHeader" -->
|
|
|
|
|
<el-table v-loading="loading" :data="tableData" :height="tabHeader">
|
|
|
|
|
<el-table-column type="index" label="序号" width="100px" class-name="table-operation" align="center"/>
|
|
|
|
|
<el-table-column label="事件标题" key="title" width="400px" prop="title" />
|
|
|
|
|
<el-table-column label="预警时间" key="firstWarnTimeDate" width="300px" prop="firstWarnTimeDate" />
|
|
|
|
|
<el-table-column label="预警因素" key="warnFactor" width="400px" prop="warnFactor" />
|
|
|
|
|
<el-table-column label="事件标题" key="title" width="300px" prop="title" />
|
|
|
|
|
<el-table-column label="预警时间" key="firstWarnTimeDate" width="200px" prop="firstWarnTimeDate" />
|
|
|
|
|
<el-table-column label="高发时间" key="gfTime" width="200px" prop="gfTime" />
|
|
|
|
|
<el-table-column label="预警因素" key="warnFactor" width="300px" prop="warnFactor" />
|
|
|
|
|
<el-table-column label="事件数量" key="nums" width="100px" prop="nums" align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div style="text-align: center;">{{ scope.row.nums }}条</div>
|
|
|
|
|