| | |
| | | <!-- 全球、全国项目 --> |
| | | <div class="rightContainer" v-if="currentDisplay == '项目'"> |
| | | <div class="current1"> |
| | | <div class="aside-title">站场座数</div> |
| | | <div class="aside-title">项目柱状图</div> |
| | | <!-- <country-dimension-bar ref="barRef"></country-dimension-bar> --> |
| | | <base-bar-chart :project="currentProject"></base-bar-chart> |
| | | </div> |
| | | <div class="current1"> |
| | | <div class="aside-title">阀室座数</div> |
| | | <div class="aside-title">项目饼状图</div> |
| | | <!-- <base-pie-chart :project="currentProject"></base-pie-chart> --> |
| | | <country-dimension-pie |
| | | v-if="currentProject == '全球项目'" |
| | |
| | | </div> |
| | | </div> |
| | | <file-format></file-format> |
| | | <!-- <dv-conical-column-chart |
| | | :config="config" |
| | | style="width: 377px; height: 85" |
| | | /> --> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | import BaseLineChart from "../chart/BaseLineChart.vue" |
| | | import BasePieChart from "../chart/BasePieChart .vue" |
| | | import VisitCount from "../chart/VisitCount.vue" |
| | | |
| | | import { countCountryDimension, countProvinceDimension } from "@/api/screen.js" |
| | | |
| | | export default { |