基本信息
diff --git a/src/views/system/inspection/Point/addInspectionPoint.vue b/src/views/system/inspection/Point/addInspectionPoint.vue
index 6f3170f..c8724f0 100644
--- a/src/views/system/inspection/Point/addInspectionPoint.vue
+++ b/src/views/system/inspection/Point/addInspectionPoint.vue
@@ -13,6 +13,7 @@
{
align-items: center;
margin-right: 20px;
margin-bottom: 10px;
+ max-width: 200px;
+ min-width: 100px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ text-wrap: nowrap;
font-size: 14px;
color: #606266;
border: 1px solid #ccc;
@@ -289,6 +295,12 @@ onUnmounted(() => {
color: #409eff;
background-color: #f0f9ff;
}
+ &.disabled {
+ border-color: #eeeeee5b;
+ color: #fff;
+ cursor: not-allowed;
+ background-color: #d1d1d1;
+ }
}
}
diff --git a/src/views/system/inspection/Point/index.vue b/src/views/system/inspection/Point/index.vue
index 65ef518..92c5553 100644
--- a/src/views/system/inspection/Point/index.vue
+++ b/src/views/system/inspection/Point/index.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/src/views/system/inspection/Record/index.vue b/src/views/system/inspection/Record/index.vue
index d5c176c..6038827 100644
--- a/src/views/system/inspection/Record/index.vue
+++ b/src/views/system/inspection/Record/index.vue
@@ -1,6 +1,6 @@
-
-
+
+
@@ -30,7 +30,7 @@
-
+
@@ -225,3 +225,9 @@ onMounted(() => {
getList();
});
+
+
diff --git a/src/views/system/inspection/Route/index2.vue b/src/views/system/inspection/Route/index2.vue
index c59c92f..392dda4 100644
--- a/src/views/system/inspection/Route/index2.vue
+++ b/src/views/system/inspection/Route/index2.vue
@@ -1,5 +1,6 @@
-
+
+
@@ -16,7 +17,7 @@
-
+
@@ -268,3 +269,9 @@ onMounted(() => {
getList();
});
+
+