diff --git a/src/views/kanban/spectaculars/index.vue b/src/views/kanban/spectaculars/index.vue index d680a48..aa01912 100644 --- a/src/views/kanban/spectaculars/index.vue +++ b/src/views/kanban/spectaculars/index.vue @@ -46,7 +46,7 @@
-
点检待检数
+
日点检待检数
{{ equipmentinfo.spotInspectionPendCheck || "0" }} @@ -55,7 +55,7 @@
-
巡检待检数
+
月巡检待检数
{{ equipmentinfo.inspectionPendCheck || "0" }} @@ -67,7 +67,7 @@
-
点检完成数
+
日点检完成数
{{ equipmentinfo.spotInspectionFinish || "0" }} @@ -75,7 +75,7 @@
-
巡检完成数
+
月巡检完成数
{{ equipmentinfo.inspectionFinish || "0" }} @@ -87,7 +87,7 @@
-
点检完成率
+
日点检完成率
{{ (equipmentinfo.spotInspectionFinishRate || "0")+'%' }} @@ -96,7 +96,7 @@
-
巡检完成率
+
月巡检完成率
{{ (equipmentinfo.inspectionFinishRate || "0") +'%'}} @@ -130,6 +130,7 @@ @@ -152,6 +154,7 @@ @@ -238,6 +241,7 @@ @@ -260,6 +265,7 @@ @@ -346,6 +352,7 @@ @@ -367,6 +375,7 @@ @@ -957,7 +966,7 @@ export default { } } .title { - width: 100px; + width: 120px; height: 40px; color: #ffffff; font-size: 20px;