guanqb
2024-02-03 eb6f8ed56223804837ec5b42e2dce655e53dae4b
隐患统计初始化时间参数、档案管理搜索样式
2 files modified
18 ■■■■ changed files
src/views/publicSecurity/ninePlaceManage/archivesManage.vue 14 ●●●● patch | view | raw | blame | history
src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue 4 ●●●● patch | view | raw | blame | history
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>
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 => {