Commit b5293459 authored by 纪泽龙's avatar 纪泽龙

Merge branch 'develop_jzl'

parents 763980ae 9b030d07
...@@ -27,21 +27,21 @@ ...@@ -27,21 +27,21 @@
> >
<el-table-column prop="unitName" label="所在单位" width="80"> <el-table-column prop="unitName" label="所在单位" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="ddd" :title="scope.row.unitName"> <div class="zzz" :title="scope.row.unitName">
{{ scope.row.unitName }} {{ scope.row.unitName }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="detectorType" label="设备类型" width="80"> <el-table-column prop="detectorType" label="设备类型" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="ddd" :title="scope.row.detectorType"> <div class="zzz" :title="scope.row.detectorType">
{{ scope.row.detectorType }} {{ scope.row.detectorType }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="statusName" label="预警信息" width="80"> <el-table-column prop="statusName" label="预警信息" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="ddd" :title="scope.row.statusName"> <div class="zzz" :title="scope.row.statusName">
{{ scope.row.statusName }} {{ scope.row.statusName }}
</div> </div>
</template> </template>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="handledStatus" label="状态"> <el-table-column prop="handledStatus" label="状态">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="ddd" :title="scope.row.handledStatus"> <div class="zzz" :title="scope.row.handledStatus">
{{ scope.row.handledStatus }} {{ scope.row.handledStatus }}
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment