添加总览功能

This commit is contained in:
砂糖
2025-10-15 16:29:00 +08:00
parent b843776a7f
commit e59767375f
11 changed files with 688 additions and 533 deletions

View File

@@ -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">