| src/components/map/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/styles/media/index.scss | ●●●●● patch | view | raw | blame | history | |
| src/views/house/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/layout/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/policeAlarmRecordsManage/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/rentalInfo/index.vue | ●●●●● patch | view | raw | blame | history |
src/components/map/index.vue
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-08-18 17:00:30 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2024-04-08 22:08:55 * @LastEditTime: 2024-04-10 16:59:00 * @FilePath: \srs-police-affairs\src\components\map\index.vue * @Description: 公用地图组件 * src/styles/media/index.scss
@@ -3299,6 +3299,17 @@ } } } .rentall-info-box { .tab { width: countSizeVw(40, 1920); &>div { width: countSizeVw(40, 1920); letter-spacing: countSizeVw(6, 1920); } } } } .site-dialog-popup, src/views/house/index.vue
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-08-18 16:18:17 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2023-09-05 11:13:38 * @LastEditTime: 2024-04-10 17:08:08 * @FilePath: \srs-police-affairs\src\views\house\index.vue * @Description: 小区-栋-层-房屋 * @@ -1174,7 +1174,6 @@ aoiId: aoiId } getBusinessList(params).then(res => { console.log('getBusinessList', res.data.data.records) this.businessData = res.data.data.records }) }, src/views/layout/index.vue
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-08-18 16:18:24 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2024-02-08 15:06:05 * @LastEditTime: 2024-04-10 16:48:10 * @FilePath: \srs-police-affairs\src\views\layout\index.vue * @Description: * @@ -16,7 +16,8 @@ @click="goToPath(item)" v-for="(item, index) in menuLeftList" :key="index"> <span :class="{ on: currentUrl.indexOf(item.path) != -1 }">{{ item.menuName }}</span> <div class="sub-nav-list" v-show="item.children && item.childrenFlag"> <div v-for="(subItem, subIndex) in item.children" :key="subIndex" @click="goToPath(subItem)"> <div v-for="(subItem, subIndex) in item.children" :key="subIndex" @click.stop="goToPath(subItem)"> {{ subItem.menuName }} @@ -40,7 +41,7 @@ <div class="sub-nav-list" v-show="item.children && item.childrenFlag"> <div :class="{ on: currentUrl.indexOf(subItem.path) != -1 }" v-for="(subItem, subIndex) in item.children" :key="subIndex" @click.stop="goToPath(subItem)"> @click.stop="goToPath(subItem, 4)"> {{ subItem.menuName }} @@ -409,7 +410,9 @@ * @param {*} e 子元素上绑定的的自定义属性 * @return {*} 没有返回值 */ goToPath (params) { goToPath (params, key = 0) { console.log(params, key, 465) if (params.path) { if (this.$route.path == params.path) return this.$router.push(params.path) src/views/policeAlarmRecordsManage/index.vue
@@ -2,8 +2,8 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-08-18 16:18:17 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2024-02-08 17:51:12 * @FilePath: \srs-police-affairs\src\views\site\index.vue * @LastEditTime: 2024-04-10 16:58:17 * @FilePath: \srs-police-affairs\src\views\policeAlarmRecordsManage\index.vue * @Description: 辖区管理 * * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved. @@ -218,8 +218,8 @@ // 点击定位 rowClick (row) { let lng = global.DC.CoordTransform.GCJ02ToWGS84(row.lng, row.lat)[0] let lat = global.DC.CoordTransform.GCJ02ToWGS84(row.lng, row.lat)[1] let lng = global.DC.CoordTransform.GCJ02ToWGS84(row.longitude, row.latitude)[0] let lat = global.DC.CoordTransform.GCJ02ToWGS84(row.longitude, row.latitude)[1] this.$EventBus.$emit('toPosition', { siteJd: lng, src/views/rentalInfo/index.vue
@@ -1,6 +1,6 @@ <template> <div class="site-page-home police-page container"> <div v-show="boxShow" class="container-content" ref="containerContent"> <div v-show="boxShow" class="container-content rentall-info-box" ref="containerContent"> <div class="tab"> <div v-for="(item, index) in tabList" :key="index" @click="changeTab(item)" :class="{ on: chooseTab == item }"> @@ -78,7 +78,7 @@ <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i> </el-button> <el-button type="text" size="small" title="详情" @click="goDetail(scope.row)"> <i class="el-icon-document" style="color:#66b1ff"></i> <i class="el-icon-document" style="color:#66b1ff"></i> </el-button> </template> </el-table-column> @@ -495,10 +495,10 @@ width: 40px; &>div { writing-mode: vertical-lr; text-align: center; width: 40px; height: 33.3%; width: 100%; text-align: center; writing-mode: vertical-lr; display: flex; align-items: center; justify-content: center;