| | |
| | | <!-- 全球统计次数 --> |
| | | <div class="leftContainer" v-if="GlobleChartDisplay"> |
| | | <div class="current1" id="leftCurrent1"> |
| | | <div class="aside-title">数据申请次数</div> |
| | | <base-bar-chart :project="currProject"></base-bar-chart> |
| | | <div class="aside-title">项自类型</div> |
| | | <base-line-chart :project="currProject"></base-line-chart> |
| | | |
| | | <!-- <base-bar-chart :project="currProject"></base-bar-chart> --> |
| | | <!-- <count-data-apply></count-data-apply> --> |
| | | </div> |
| | | <div class="current1" id="leftCurrent2"> |
| | | <div class="aside-title">用户访问量</div> |
| | | <service-type></service-type> |
| | | <base-pie-chart :project="currProject"></base-pie-chart> |
| | | <!-- <service-type></service-type> --> |
| | | </div> |
| | | <div class="current1" id="leftCurrent3"> |
| | | <div class="aside-title">项目存储信息</div> |
| | |
| | | import ServiceType from "../chart/ServiceType.vue" |
| | | import DataStorage from "../chart/DataStorage.vue" |
| | | import BaseBarChart from "../chart/BaseBarChart.vue" |
| | | import BaseLineChart from "../chart/BaseLineChart.vue" |
| | | import BasePieChart from "../chart/BasePieChart .vue" |
| | | export default { |
| | | components: { |
| | | ProjectTree, |
| | |
| | | ServiceType, |
| | | DataStorage, |
| | | BaseBarChart, |
| | | BaseLineChart, |
| | | BasePieChart |
| | | }, |
| | | data() { |
| | | return { |