From eb6f8ed56223804837ec5b42e2dce655e53dae4b Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 03 Feb 2024 17:15:46 +0800
Subject: [PATCH] 隐患统计初始化时间参数、档案管理搜索样式
---
src/views/publicSecurity/ninePlaceManage/archivesManage.vue | 14 +++++++-------
src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
index 0d1b518..354334e 100644
--- a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
+++ b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
@@ -141,7 +141,7 @@
align: 'center',
search: true,
searchSpan: 4,
- searchLabelWidth: 96,
+ // searchLabelWidth: 96,
width: 110
}, {
label: "责任民警联系方式",
@@ -403,11 +403,11 @@
line-height: 6;
}
-:deep(.el-form-item__content) {
- text-align: left !important;
-}
+// :deep(.el-form-item__content) {
+// text-align: left !important;
+// }
-:deep(.avue-form__menu--center .el-button) {
- margin: 0 5px 0 0;
-}
+// :deep(.avue-form__menu--center .el-button) {
+// margin: 0 5px 0 0;
+// }
</style>
diff --git a/src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue b/src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue
index 5ef103e..566b746 100644
--- a/src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue
+++ b/src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue
@@ -396,8 +396,8 @@
this.loading = true
if (!this.query.startTime) {
this.query = {
- startTime: this.getLastMouth[1],
- endTime: this.getLastMouth[0],
+ startTime: this.getLastMouth()[1],
+ endTime: this.getLastMouth()[0],
}
}
getYHTJList(this.query).then(res => {
--
Gitblit v1.9.3