From 5688aee930762e5bac8e9bc4d89c2d6c904db218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 26 Mar 2024 14:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87=E5=88=B6?= =?UTF-8?q?=E4=BF=AE=E8=AE=A2-=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=9A=84=E5=8E=86=E5=8F=B2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/processNodeInformation/index.vue | 10 ++++++++++ src/pages/processCenter/pages/processDetail/index.vue | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/components/processNodeInformation/index.vue b/src/components/processNodeInformation/index.vue index 2bb1fc246..9ae507fb3 100644 --- a/src/components/processNodeInformation/index.vue +++ b/src/components/processNodeInformation/index.vue @@ -110,6 +110,16 @@ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }} + + + {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }} + + +