shuishen
2023-06-27 379b28409c9127a0491f2f9157fa8d0f2aa1c12d
警情点颜色
3 files modified
8 ■■■■ changed files
src/views/home/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/house/index.vue 2 ●●● patch | view | raw | blame | history
src/views/policeInfor/index.vue 2 ●●● patch | view | raw | blame | history
src/views/home/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-06-25 14:25:12
 * @LastEditTime: 2023-06-26 20:28:45
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 *
@@ -1626,7 +1626,7 @@
                this.policeSituationList.forEach((item, index) => {
                    let pointColor, pointOutlineColor
                    switch (item.jqlxName) {
                    switch (item.jqlxJointName) {
                        case '盗窃':
                            pointColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 255)
                            pointOutlineColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 125)
src/views/house/index.vue
@@ -1936,7 +1936,7 @@
                        if (item.lng != "" && item.lat != "") {
                            let pointColor, pointOutlineColor
                            switch (item.jqlxName) {
                            switch (item.jqlxJointName) {
                                case '盗窃':
                                    pointColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 255)
                                    pointOutlineColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 125)
src/views/policeInfor/index.vue
@@ -698,7 +698,7 @@
            data.forEach((item, index) => {
                let pointColor, pointOutlineColor
                switch (item.jqlxName) {
                switch (item.jqlxJointName) {
                    case '盗窃':
                        pointColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 255)
                        pointOutlineColor = global.DC.Namespace.Cesium.Color.fromBytes(57, 16, 133, 125)