diff --git a/src/views/kanban/spectaculars/index.vue b/src/views/kanban/spectaculars/index.vue
index 45c0d2a..d680a48 100644
--- a/src/views/kanban/spectaculars/index.vue
+++ b/src/views/kanban/spectaculars/index.vue
@@ -48,18 +48,18 @@
点检待检数
-
+
{{ equipmentinfo.spotInspectionPendCheck || "0" }}
-
+
巡检待检数
-
+
{{ equipmentinfo.inspectionPendCheck || "0" }}
-
+
@@ -69,17 +69,17 @@
点检完成数
-
+
{{ equipmentinfo.spotInspectionFinish || "0" }}
-
+
巡检完成数
-
+
{{ equipmentinfo.inspectionFinish || "0" }}
-
+
@@ -89,18 +89,18 @@
点检完成率
-
- {{ equipmentinfo.spotInspectionFinishRate || "0" }}
-
+
+ {{ (equipmentinfo.spotInspectionFinishRate || "0")+'%' }}
+
巡检完成率
-
- {{ equipmentinfo.inspectionFinishRate || "0" }}
-
+
+ {{ (equipmentinfo.inspectionFinishRate || "0") +'%'}}
+
@@ -203,7 +203,7 @@
{{ n.equipmentCode||'--' }} |
{{ n.equipmentName||'--' }} |
{{ n.workFaultDesc||'--' }} |
- {{ n.workPersonName||'--' }} |
+ {{ n.workPerson||'--' }} |
{{ n.workReason||'--' }} |
@@ -285,14 +285,14 @@
序号 |
工单号 |
- 工单状态 |
- 计划名称 |
+ 工单状态 |
+
车间 |
产线 |
- 设备编码 |
- 设备名称 |
+ 设备编码 |
+ 设备名称 |
- 点检时间 |
+ 点检时间 |
点检人 |
@@ -309,15 +309,15 @@
>
{{ index + 1 }} |
{{ n.orderCode||'--' }} |
- {{ getOrderStatus(n.orderStatus)||'--' }} |
- {{ n.planName||'--' }} |
- {{ n.workCenterName||'--' }} |
+ {{ getOrderStatus(n.orderStatus)||'--' }} |
+
+ {{ n.planWorkshop||'--' }} |
{{ n.planProdLine||'--' }} |
- {{ n.equipmentCode||'--' }} |
- {{ n.equipmentName||'--' }} |
+ {{ n.equipmentCode||'--' }} |
+ {{ n.equipmentName||'--' }} |
- {{ n.orderStart||'--' }} |
- {{ n.planPersonName||'--' }} |
+ {{ (n.orderStart||'--')}} |
+ {{ (n.planPerson||'--')}} |
@@ -389,14 +389,14 @@
序号 |
工单号 |
- 工单状态 |
- 计划名称 |
+ 工单状态 |
+
车间 |
产线 |
- 设备编码 |
- 设备名称 |
+ 设备编码 |
+ 设备名称 |
- 巡检时间 |
+ 巡检时间 |
巡检人 |
@@ -413,15 +413,15 @@
>
{{ index + 1 }} |
{{ n.orderCode||'--' }} |
- {{ getOrderStatus(n.orderStatus)||'--' }} |
- {{ n.planName||'--' }} |
- {{ n.workCenterName||'--' }} |
+ {{ getOrderStatus(n.orderStatus)||'--' }} |
+
+ {{ n.planWorkshop||'--' }} |
{{ n.planProdLine ||'--'}} |
- {{ n.equipmentCode||'--' }} |
- {{ n.equipmentName||'--' }} |
+ {{ n.equipmentCode||'--' }} |
+ {{ n.equipmentName||'--' }} |
- {{ n.orderStart||'--' }} |
- {{ n.planPersonName ||'--'}} |
+ {{ (n.orderStart||'--') }} |
+ {{(n.planPerson||'--')}} |
@@ -934,14 +934,16 @@ export default {
display: flex;
.number {
+ margin: auto;
+ text-align: center;
.number1 {
- font-size: 60px;
+ font-size: 40px;
font-weight: 500;
color: #66ffff;
}
.name1 {
- font-size: 32px;
+ font-size: 25px;
font-weight: 400;
color: #ffffff;
}
@@ -955,10 +957,10 @@ export default {
}
}
.title {
- width: 140px;
+ width: 100px;
height: 40px;
color: #ffffff;
- font-size: 27px;
+ font-size: 20px;
margin: auto 5px;
}
}
@@ -1011,7 +1013,7 @@ export default {
width: 100%;
td {
- font-size: 19px;
+ font-size: 15px;
font-family: NotoSansHans-Medium, NotoSansHans;
font-weight: 500;
color: #ffffff;