智慧园区前端大屏
00468a057ca642bc535dfdf80c7c1c7716eea4f0..e80bd1c58ec6c5d7be95a43932c6fef8b8e59f2d
2024-11-28 shuishen
突发事件模拟,位置调整
e80bd1 diff | tree
2024-11-28 shuishen
园区概况、应急空间调整
a02153 diff | tree
3 files modified
16 ■■■■ changed files
src/views/pd/components/dynamicPanel.vue 8 ●●●● patch | view | raw | blame | history
src/views/space/components/leftContainer.vue 4 ●●●● patch | view | raw | blame | history
src/views/survey/components/box/unitContent.vue 4 ●●●● patch | view | raw | blame | history
src/views/pd/components/dynamicPanel.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-11-09 15:41:35
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-27 19:15:35
 * @LastEditTime: 2024-11-28 11:37:12
 * @FilePath: \bigScreen\src\views\pd\components\dynamicPanel.vue
 * @Description: 
 * 
@@ -96,10 +96,10 @@
      },
      twotime: 10000,
      threeContent: '园区启用北区公共应急池,将已拦截废水泵入应急池。',
      threeContent: '园区启用北区公共应急池(拟建),将已拦截废水泵入应急池。',
      threePointPosition: {
        lng: 115.10418532,
        lat: 27.29444603
        lng: 115.106600,
        lat: 27.296891
      },
      threetime: 15000,
src/views/space/components/leftContainer.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-10 15:27:59
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-26 19:50:08
 * @LastEditTime: 2024-11-28 11:35:07
 * @FilePath: \bigScreen\src\views\space\components\leftContainer.vue
 * @Description: 
 * 
@@ -47,7 +47,7 @@
    code: code,
  }
  getDictionary(param).then((res) => {
    resData.data = res.data.data.map(item => {
    resData.data = res.data.data.filter(i => i.dictKey != 7).map(item => {
      return {
        label: item.dictValue,
        value: item.dictKey
src/views/survey/components/box/unitContent.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-13 14:54:26
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-19 15:33:01
 * @LastEditTime: 2024-11-28 11:34:00
 * @FilePath: \bigScreen\src\views\survey\components\box\unitContent.vue
 * @Description:
 *
@@ -52,7 +52,7 @@
      },
      legend: {
        orient: "vertical",
        top: "20%",
        top: "4%",
        left: "5%",
        textStyle: {
          color: "#fff",