From f848280fe3ed8841147fcc8f26a788580b82ae0c Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期六, 17 八月 2024 10:37:46 +0800 Subject: [PATCH] 首页页面bug修改 --- src/views/dmx/IntelligentAgent/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/dmx/IntelligentAgent/index.vue b/src/views/dmx/IntelligentAgent/index.vue index 6a9c250..38b17b9 100644 --- a/src/views/dmx/IntelligentAgent/index.vue +++ b/src/views/dmx/IntelligentAgent/index.vue @@ -132,7 +132,7 @@ > <icon-calendar-clock /> <span style="font-size: 12px;margin-left: 10px"> - {{ parseTime(item.create_date) }} + {{ moment(item.create_date).format('YYYY-MM-DD HH:mm:ss') }} </span> </div> <!-- <div--> @@ -215,6 +215,7 @@ import AgentConfig from '@/views/dmx/IntelligentAgent/components/agentConfig.vue'; import logo from '../../../assets/images/model.png'; import { documentHeight, parseTime } from "@/utils"; + import moment from "moment"; // console.log(documentHeight,'楂樺害'); let count = 5; const activeKey = ref(1); -- Gitblit v1.8.0