diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue index e0a3404..0c38f09 100644 --- a/src/views/device/inspectionWork/index.vue +++ b/src/views/device/inspectionWork/index.vue @@ -347,7 +347,7 @@ {{workVO.order.orderStart}} {{workVO.order.orderEnd}} {{workVO.order.planPerson}} - {{workVO.order.planCode}} + {{workVO.order.repairCode}} diff --git a/src/views/device/maintenanceWork/index.vue b/src/views/device/maintenanceWork/index.vue index ef38b3e..12a4281 100644 --- a/src/views/device/maintenanceWork/index.vue +++ b/src/views/device/maintenanceWork/index.vue @@ -347,7 +347,6 @@ {{workVO.order.orderStart}} {{workVO.order.orderEnd}} {{workVO.order.planPerson}} - {{workVO.order.planCode}} diff --git a/src/views/device/spotInspectionWork/index.vue b/src/views/device/spotInspectionWork/index.vue index 65ba3c4..4f33f7d 100644 --- a/src/views/device/spotInspectionWork/index.vue +++ b/src/views/device/spotInspectionWork/index.vue @@ -347,7 +347,7 @@ {{workVO.order.orderStart}} {{workVO.order.orderEnd}} {{workVO.order.planPerson}} - {{workVO.order.planCode}} + {{workVO.order.repairCode}}