From 3471eeaf92a2ea32aa06ddfb231ee6c6d8b60bad Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 01 十二月 2025 08:41:12 +0800
Subject: [PATCH] 新增监管任务界面巡查人员统计信息
---
src/views/fysp/check/components/CompProRecent.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/fysp/check/components/CompProRecent.vue b/src/views/fysp/check/components/CompProRecent.vue
index 6305479..ca076d6 100644
--- a/src/views/fysp/check/components/CompProRecent.vue
+++ b/src/views/fysp/check/components/CompProRecent.vue
@@ -145,11 +145,11 @@
return {
startTime:
this.activeName === '杩戜笁涓湀'
- ? this.$fm.formatYMDH(threeMonthsAgo)
+ ? this.$fm.formatYMDHMS(threeMonthsAgo)
: this.activeName === '杩戝崐骞�'
- ? this.$fm.formatYMDH(sixMonthsAgo)
- : this.$fm.formatYMDH(oneYearAgo),
- endTime: this.$fm.formatYMDH(today),
+ ? this.$fm.formatYMDHMS(sixMonthsAgo)
+ : this.$fm.formatYMDHMS(oneYearAgo),
+ endTime: this.$fm.formatYMDHMS(today),
sceneId: this.deepCopyPro.sguid
};
},
--
Gitblit v1.9.3