From 637dce04816ffd9b34494516cf4f5a1cfda0e691 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Wed, 28 Feb 2024 17:44:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/category/index.vue | 12 ++++++------
src/views/full/indexfull.vue | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
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;
}