| | |
| | | <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> |
| | |
| | | </div> |
| | | <!-- 单个工程展示 --> |
| | | <div class="leftContainer" v-if="currentDisplay == '工程'"> |
| | | <div class="current1" > |
| | | <div class="current1"> |
| | | <div class="aside-title">工程简介</div> |
| | | |
| | | <projectintroduction></projectintroduction> |
| | | </div> |
| | | <div class="current1" > |
| | | <div class="current1"> |
| | | <div class="aside-title">项目状态</div> |
| | | |
| | | <projectState></projectState> |
| | | </div> |
| | | <div class="current1"> |
| | | <div class="aside-title">建设工期</div> |
| | | |
| | | <projectTime></projectTime> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="leftContainer" v-if="ProjectreeDisplay"> |
| | |
| | | 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" |
| | | |
| | | |
| | | import projectintroduction from "../chart/projectintroduction.vue" |
| | | import projectState from "../chart/projectState.vue" |
| | | import projectTime from "../chart/projectTime.vue" |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | BaseBarChart, |
| | | BaseLineChart, |
| | | BasePieChart, |
| | | projectintroduction, |
| | | projectState, |
| | | projectTime, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | } else if (name.includes("全球项目") || name.includes("全国项目")) { |
| | | this.currentDisplay = "项目" |
| | | } else { |
| | | this.currentDisplay = '工程' |
| | | this.currentDisplay = "工程" |
| | | } |
| | | this.currentProject = name |
| | | }) |