diff --git a/src/views/device/deviceOrder/index.vue b/src/views/device/deviceOrder/index.vue index 85ea3c1f..5cb230e2 100644 --- a/src/views/device/deviceOrder/index.vue +++ b/src/views/device/deviceOrder/index.vue @@ -225,7 +225,7 @@ :picker-options="pickerOptions"> - + - + {{ parseTime(scope.row.planLoopEnd, '{y}-{m}-{d}') }} - + - + @@ -545,8 +545,8 @@ {{ workVO.order.planWorkshop }} {{ workVO.order.planLoopStart }} {{ workVO.order.planLoopEnd }} - {{ workVO.order.orderStart }} - {{ workVO.order.orderEnd }} + {{ workVO.order.orderStart }} + {{ workVO.order.orderEnd }} {{ workVO.order.planPerson }} {{ workVO.order.repairCode }} @@ -599,6 +599,26 @@ prop="detailUnit" label="单位"> + + + @@ -926,3 +946,9 @@ export default { } }; + diff --git a/src/views/device/inspectionPlan/index.vue b/src/views/device/inspectionPlan/index.vue index 1b76d920..8d0e1c06 100644 --- a/src/views/device/inspectionPlan/index.vue +++ b/src/views/device/inspectionPlan/index.vue @@ -286,7 +286,7 @@ - + diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue index 4fc82c61..1290c7b3 100644 --- a/src/views/device/inspectionWork/index.vue +++ b/src/views/device/inspectionWork/index.vue @@ -484,6 +484,26 @@ prop="detailUnit" label="单位"> + + + @@ -785,5 +805,8 @@ export default { }; diff --git a/src/views/device/maintenanceWork/index.vue b/src/views/device/maintenanceWork/index.vue index 99831cb9..0ff7529c 100644 --- a/src/views/device/maintenanceWork/index.vue +++ b/src/views/device/maintenanceWork/index.vue @@ -540,6 +540,26 @@ prop="detailUnit" label="单位"> + + + @@ -850,4 +870,8 @@ export default { .my-margin-top{ margin-top: 10px; } +.demo-image__lazy{ + height: 400px; + overflow-y: auto; +} diff --git a/src/views/device/spotInspectionOrder/index.vue b/src/views/device/spotInspectionOrder/index.vue index 55d642ae..2c3b3041 100644 --- a/src/views/device/spotInspectionOrder/index.vue +++ b/src/views/device/spotInspectionOrder/index.vue @@ -236,7 +236,7 @@ :picker-options="pickerOptions"> - + - + {{ parseTime(scope.row.planLoopEnd, '{y}-{m}-{d}') }} - + - + @@ -441,12 +441,13 @@ > + + + @@ -536,8 +545,8 @@ {{ workVO.order.planWorkshop }} {{ workVO.order.planLoopStart }} {{ workVO.order.planLoopEnd }} - {{ workVO.order.orderStart }} - {{ workVO.order.orderEnd }} + {{ workVO.order.orderStart }} + {{ workVO.order.orderEnd }} {{ workVO.order.planPerson }} {{ workVO.order.repairCode }} @@ -590,6 +599,26 @@ prop="detailUnit" label="单位"> + + + @@ -599,6 +628,7 @@ 确 定 + @@ -613,8 +643,6 @@ export default { dicts: ['device_order_status', 'device_loop_type','device_reach_standard'], data() { return { - dialogImageUrl: '', - dialogVisible: false, workDetail:false, // 初始化VO workVO: { @@ -928,3 +956,9 @@ export default { } }; + diff --git a/src/views/device/spotInspectionWork/index.vue b/src/views/device/spotInspectionWork/index.vue index 31bb3e0a..0fff9470 100644 --- a/src/views/device/spotInspectionWork/index.vue +++ b/src/views/device/spotInspectionWork/index.vue @@ -473,6 +473,26 @@ prop="detailUnit" label="单位"> + + + @@ -773,4 +793,8 @@ export default { .my-margin-top{ margin-top: 10px; } +.demo-image__lazy{ + height: 400px; + overflow-y: auto; +} diff --git a/src/views/device/upkeepOrder/index.vue b/src/views/device/upkeepOrder/index.vue index 8a68a7da..e8ccd4aa 100644 --- a/src/views/device/upkeepOrder/index.vue +++ b/src/views/device/upkeepOrder/index.vue @@ -1114,6 +1114,26 @@ prop="detailUnit" label="单位"> + + + @@ -1782,4 +1802,8 @@ export default { .el-transfer-panel { width: 250px; } +.demo-image__lazy{ + height: 400px; + overflow-y: auto; +}