From d0a3ce7658e018c71e6be4161c3db6b4bb4e2b08 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Tue, 24 Oct 2023 17:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BF=AE+=E7=BB=B4=E4=BF=AE=E5=B7=A5?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/faultReport/index.vue | 2 + src/views/device/repairOrder/index.vue | 60 +++++++++++++++++++------- 2 files changed, 46 insertions(+), 16 deletions(-) diff --git a/src/views/device/faultReport/index.vue b/src/views/device/faultReport/index.vue index f515bd4..3eb9c9a 100644 --- a/src/views/device/faultReport/index.vue +++ b/src/views/device/faultReport/index.vue @@ -449,6 +449,7 @@ clearable v-model="form.workPlanTime" type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" placeholder="请选择计划维修时间" > @@ -460,6 +461,7 @@ clearable v-model="form.workPlanDownTime" type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" placeholder="请选择计划停机时间" > diff --git a/src/views/device/repairOrder/index.vue b/src/views/device/repairOrder/index.vue index c7fb94d..1ae9447 100644 --- a/src/views/device/repairOrder/index.vue +++ b/src/views/device/repairOrder/index.vue @@ -42,20 +42,26 @@ /> - + + + - + + + @@ -142,7 +149,11 @@ {{ parseTime(scope.row.workPlanTime) }} - + + +