|
|
|
@ -176,11 +176,11 @@
|
|
|
|
class = "el-icon-document" > </i><span>{row.title}</span > </span>)
|
|
|
|
class = "el-icon-document" > </i><span>{row.title}</span > </span>)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
prop: "myindex",
|
|
|
|
// prop: "myindex",
|
|
|
|
label: "排序",
|
|
|
|
// label: "排序",
|
|
|
|
width:80
|
|
|
|
// width:80
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
prop: "records_count",
|
|
|
|
prop: "records_count",
|
|
|
|
label: "预警规则",
|
|
|
|
label: "预警规则",
|
|
|
|
@ -351,6 +351,6 @@
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
::v-deep .el-table .cell.el-tooltip{
|
|
|
|
::v-deep .el-table .cell.el-tooltip{
|
|
|
|
white-space: wrap;
|
|
|
|
white-space: wrap!important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|