diff --git a/src/views/category/index.vue b/src/views/category/index.vue index e9561c7..badc742 100644 --- a/src/views/category/index.vue +++ b/src/views/category/index.vue @@ -176,11 +176,11 @@ class = "el-icon-document" > {row.title} ) } }, - { - prop: "myindex", - label: "排序", - width:80 - }, + // { + // prop: "myindex", + // label: "排序", + // width:80 + // }, { prop: "records_count", label: "预警规则", @@ -351,6 +351,6 @@ text-decoration: underline; } ::v-deep .el-table .cell.el-tooltip{ - white-space: wrap; + white-space: wrap!important; } diff --git a/src/views/full/indexfull.vue b/src/views/full/indexfull.vue index 17beb39..3a145bc 100644 --- a/src/views/full/indexfull.vue +++ b/src/views/full/indexfull.vue @@ -160,11 +160,11 @@ class = "el-icon-document" > {row.title} ) } }, - { - prop: "myindex", - label: "排序", - width:80 - }, + // { + // prop: "myindex", + // label: "排序", + // width:80 + // }, { prop: "records_count", label: "预警规则", @@ -333,6 +333,6 @@ text-decoration: underline; } ::v-deep .el-table .cell.el-tooltip{ - white-space: wrap; + white-space: wrap!important; }