管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2023-01-17 7823dc2ae6c9dffc9a9d710e8208694e09859164
1
已添加1个文件
已修改5个文件
16 ■■■■■ 文件已修改
src/assets/img/synthesis/z_03.png 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MapView/mapMenuTop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MapView/mapSpaceTop.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Archive/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Synthesis/LeftMenu.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Thematic/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/img/synthesis/z_03.png
src/components/MapView/mapMenuTop.vue
@@ -183,7 +183,7 @@
      for (var i in option) {
        var val_Data = option[i];
        val_Data.id = '1' + i;
        val_Data.label = val_Data.tabDesc + '(' + val_Data.tab + ')';
        val_Data.label = val_Data.tabDesc  ;
        if (option[i].ns == 'bd') {
          this.layerData[0].children.push(val_Data);
        } else {
src/components/MapView/mapSpaceTop.vue
@@ -89,7 +89,7 @@
      for (var i in option) {
        var val_Data = option[i];
        val_Data.id = '1' + i;
        val_Data.label = val_Data.tabDesc + '(' + val_Data.tab + ')';
        val_Data.label = val_Data.tabDesc ;
        if (option[i].ns == 'bd') {
          this.layerData[0].children.push(val_Data);
        } else {
src/views/Archive/index.vue
@@ -141,7 +141,7 @@
              class="box_div"
              @click="getShowTable(item)"
            >
              {{ item.tabDesc }} ({{ item.tab }})
              {{ item.tabDesc }}
            </div>
          </li>
        </ul>
@@ -1301,7 +1301,7 @@
      this.listTypeData.name = res.entity;
      this.listTypeData.pageIndex = 1;
      this.listTypeData.pageSize = 10;
      this.dialogtitle = res.tabDesc + '(' + res.tab + ')';
      this.dialogtitle = res.tabDesc ;
      this.upAttach.tabName = res.ns + "." + res.tab;
      this.filedsLayer = this.getCollapseDomFiled();
src/views/Synthesis/LeftMenu.vue
@@ -98,7 +98,7 @@
            id: 'b9',
            label: 'synthesis.undergroundMode',
            name: '地下模式',
            css: 'twoMenu_imge28',
            css: 'twoMenu_imge29',
          },
        ],
        [
@@ -1004,7 +1004,6 @@
          window.sgworld.navControl('nav', this.isNaviget);
          break;
        case 'b9': //地下模式
          this.UndergroundMode = !this.UndergroundMode;
          window.sgworld.Analysis.UndergroundMode(this.UndergroundMode, 0.3)
          break;
@@ -1129,6 +1128,9 @@
  .twoMenu_imge28 {
    background: url("../../assets/img/synthesis/椭圆 4.png") no-repeat center;
  }
  .twoMenu_imge29 {
    background: url("../../assets/img/synthesis/z_03.png") no-repeat center;
  }
  //漫游
  .twoMenu_imge31 {
    background: url("../../assets/img/synthesis/椭圆 6.png") no-repeat center;
src/views/Thematic/index.vue
@@ -454,7 +454,7 @@
        data.showPoint = false;
        data.showLine = true;
        data.mode = 1;
        data.height = 1000;
        data.height = 2000;
        // 弹窗数据
        window.PathAnimationData = {