diff --git a/src/views/kanban/spectaculars/index.vue b/src/views/kanban/spectaculars/index.vue index d680a48..12f0e11 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" }} @@ -130,6 +130,7 @@ @@ -152,6 +154,7 @@ @@ -238,6 +241,7 @@ @@ -260,6 +265,7 @@ @@ -346,6 +352,7 @@ @@ -367,6 +376,7 @@ @@ -957,7 +967,7 @@ export default { } } .title { - width: 100px; + width: 120px; height: 40px; color: #ffffff; font-size: 20px; @@ -1262,4 +1272,8 @@ export default { margin-bottom: 10px; margin-right: 8px; } +.demo-form-inline input select{ + display: block; + margin-right: 10px; +} diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue index dce5ee5..cd5da59 100644 --- a/src/views/mes/dailyReportNew/index.vue +++ b/src/views/mes/dailyReportNew/index.vue @@ -90,6 +90,7 @@ +