| | |
| | | <div class="statistics"> |
| | | <div>{{ i.statistics }}</div> |
| | | <div :style="setTextColor(i.text)"> |
| | | {{ i.statisticsMun |
| | | {{ |
| | | i.statisticsMun |
| | | }}<span style="font-size: 18px">亿</span> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | }); |
| | | 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; |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .overview-div { |
| | | min-width: 1250px; |
| | | width: 1250px; |