界面优化

This commit is contained in:
caoqianming 2022-10-26 14:46:56 +08:00
parent b90ca4d830
commit f204cad865
2 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@
@resetQuery="resetQuery"
>
<el-table-column label="#" type="index" width="50"></el-table-column>
<el-table-column label="事件种类" width="200">
<el-table-column label="事件种类" width="260">
<template #default="scope">
<el-tag
v-for="item in scope.row.cates_"

View File

@ -54,7 +54,7 @@
@resetQuery="resetQuery"
>
<el-table-column label="#" type="index" width="50"></el-table-column>
<el-table-column label="事件种类" width="200">
<el-table-column label="事件种类" width="260">
<template #default="scope">
<el-tag v-for="item in scope.row.event_.cates_"
:key="item.id" type="warning">{{item.name}}</el-tag>
@ -71,6 +71,7 @@
label="警报信息"
prop="event_.voice_msg"
width="200"
:show-overflow-tooltip="true"
></el-table-column>
<el-table-column