添加总览功能
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="警报内容" align="center" prop="alarmContent">
|
||||
<template slot-scope="scope">
|
||||
<div v-html="scope.row.alarmContent"></div>
|
||||
<div v-html="scope.row.alarmContent" style="max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;"></div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="发生时间" align="center" prop="alarmTime" width="180">
|
||||
|
||||
Reference in New Issue
Block a user