From 7b70bb16c3fd3d3b2c0fa4a464cee90054834cbf Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 21 Apr 2025 16:34:11 +0800
Subject: [PATCH] feat: 调整首页样式和新建任务日期,以及小文字调整
---
src/components/DeviceJobDetails/JobRelatedEvents.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/components/DeviceJobDetails/JobRelatedEvents.vue b/src/components/DeviceJobDetails/JobRelatedEvents.vue
index 980e4c3..8c53a87 100644
--- a/src/components/DeviceJobDetails/JobRelatedEvents.vue
+++ b/src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -72,7 +72,6 @@
const resData = res?.data?.data || {}
list.value = resData.records
total.value = resData.total
-
})
}
--
Gitblit v1.9.3