| | |
| | | <div class="current1" id="leftCurrent1"> |
| | | <div class="aside-title">数据申请次数</div> |
| | | <count-data-apply></count-data-apply> |
| | | <!-- <projectintroduction></projectintroduction> --> |
| | | <!-- <projectState></projectState> --> |
| | | <!-- <projectTime></projectTime> --> |
| | | </div> |
| | | <div class="current1" id="leftCurrent2"> |
| | | <div class="aside-title">用户访问量</div> |
| | |
| | | import BaseBarChart from "../chart/BaseBarChart.vue" |
| | | import BaseLineChart from "../chart/BaseLineChart.vue" |
| | | import BasePieChart from "../chart/BasePieChart .vue" |
| | | // import projectintroduction from "../chart/projectintroduction.vue" |
| | | // import projectState from "../chart/projectState.vue" |
| | | // import projectTime from "../chart/projectTime.vue" |
| | | |
| | | |
| | | |
| | | export default { |
| | | components: { |
| | | ProjectTree, |
| | |
| | | DataStorage, |
| | | BaseBarChart, |
| | | BaseLineChart, |
| | | BasePieChart |
| | | BasePieChart, |
| | | // projectintroduction, |
| | | // projectState, |
| | | // projectTime |
| | | }, |
| | | data() { |
| | | return { |