fuliqi
2024-11-29 f0b32b7b676600fef7fcc9de657f7456b79ed960
src/views/components/projectOverview.vue
@@ -44,7 +44,8 @@
                    <div class="statistics">
                        <div>{{ i.statistics }}</div>
                        <div :style="setTextColor(i.text)">
                            {{ i.statisticsMun
              {{
                i.statisticsMun
                            }}<span style="font-size: 18px">亿</span>
                        </div>
                    </div>
@@ -242,6 +243,38 @@
                        }
                    });
                    break;
        case '省':
          this.$router.push({
            path: '/projectEngineering/project/projectLibrary',
            query: {
              importanceType: 'provincial_key'
            }
          });
          break;
        case '县':
          this.$router.push({
            path: '/projectEngineering/project/projectLibrary',
            query: {
              importanceType: 'shehong_key'
            }
          });
          break;
        case '市':
          this.$router.push({
            path: '/projectEngineering/project/projectLibrary',
            query: {
              importanceType: 'suining_key'
            }
          });
          break;
        case '普':
          this.$router.push({
            path: '/projectEngineering/project/projectLibrary',
            query: {
              importanceType: 'normal'
            }
          });
          break;
                default:
                    break;
            }
@@ -328,6 +361,7 @@
        }
    }
}
.overview-div {
    min-width: 1250px;
    width: 1250px;