|
|
@ -26,6 +26,7 @@
|
|
|
|
</vue-scroll>
|
|
|
|
</vue-scroll>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 市级总体分析 -->
|
|
|
|
<City_County_01 v-else-if="reportData.id === 'city_01' || reportData.id === 'county_01'" :countyData="countyData"
|
|
|
|
<City_County_01 v-else-if="reportData.id === 'city_01' || reportData.id === 'county_01'" :countyData="countyData"
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
<City_02 v-else-if="reportData.id === 'city_02'" :countyData="countyData"
|
|
|
|
<City_02 v-else-if="reportData.id === 'city_02'" :countyData="countyData"
|
|
|
@ -36,6 +37,18 @@
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
<City_05 v-else-if="reportData.id === 'city_05'" :countyData="countyData"
|
|
|
|
<City_05 v-else-if="reportData.id === 'city_05'" :countyData="countyData"
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
|
|
|
|
<!-- 县域分析 -->
|
|
|
|
|
|
|
|
<District_02 v-else-if="reportData.id === 'county_02'" :countyData="countyData"
|
|
|
|
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
|
|
|
|
<District_03 v-else-if="reportData.id === 'county_03'" :countyData="countyData"
|
|
|
|
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
|
|
|
|
<District_04 v-else-if="reportData.id === 'county_04'" :countyData="countyData"
|
|
|
|
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
|
|
|
|
<District_05 v-else-if="reportData.id === 'county_05'" :countyData="countyData"
|
|
|
|
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
|
|
|
|
<District_06 v-else-if="reportData.id === 'county_06'" :countyData="countyData"
|
|
|
|
|
|
|
|
:yearData="yearData" :reportData="reportData"/>
|
|
|
|
|
|
|
|
<!-- 学校分析 -->
|
|
|
|
<School_01_02 v-else-if="reportData.id === 'school_01' || reportData.id === 'school_02'" :countyData="countyData"
|
|
|
|
<School_01_02 v-else-if="reportData.id === 'school_01' || reportData.id === 'school_02'" :countyData="countyData"
|
|
|
|
:yearData="yearData" :reportData="reportData" :schoolData="schoolData"/>
|
|
|
|
:yearData="yearData" :reportData="reportData" :schoolData="schoolData"/>
|
|
|
|
<School_03 v-else-if="reportData.id === 'school_03'" :countyData="countyData"
|
|
|
|
<School_03 v-else-if="reportData.id === 'school_03'" :countyData="countyData"
|
|
|
@ -89,6 +102,11 @@
|
|
|
|
City_03:()=>import('./cityAnalysis/City_03.vue'),
|
|
|
|
City_03:()=>import('./cityAnalysis/City_03.vue'),
|
|
|
|
City_04:()=>import('./cityAnalysis/City_04.vue'),
|
|
|
|
City_04:()=>import('./cityAnalysis/City_04.vue'),
|
|
|
|
City_05:()=>import('./cityAnalysis/City_05.vue'),
|
|
|
|
City_05:()=>import('./cityAnalysis/City_05.vue'),
|
|
|
|
|
|
|
|
District_02:()=>import('./districtAnalysis/District_02.vue'),
|
|
|
|
|
|
|
|
District_03:()=>import('./districtAnalysis/District_03.vue'),
|
|
|
|
|
|
|
|
District_04:()=>import('./districtAnalysis/District_04.vue'),
|
|
|
|
|
|
|
|
District_05:()=>import('./districtAnalysis/District_05.vue'),
|
|
|
|
|
|
|
|
District_06:()=>import('./districtAnalysis/District_06.vue'),
|
|
|
|
School_01_02:()=>import('./schoolAnalysis/School_01_02.vue'),
|
|
|
|
School_01_02:()=>import('./schoolAnalysis/School_01_02.vue'),
|
|
|
|
School_03:()=>import('./schoolAnalysis/School_03.vue'),
|
|
|
|
School_03:()=>import('./schoolAnalysis/School_03.vue'),
|
|
|
|
School_04:()=>import('./schoolAnalysis/School_04.vue'),
|
|
|
|
School_04:()=>import('./schoolAnalysis/School_04.vue'),
|
|
|
@ -389,7 +407,7 @@
|
|
|
|
.year-list-style{
|
|
|
|
.year-list-style{
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
margin-bottom: 0!important;
|
|
|
|
padding-left: 0!important;
|
|
|
|
padding-left: 0!important;
|
|
|
|
min-height: 600px;
|
|
|
|
/*min-height: 600px;*/
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
/*padding-top: 20px;*/
|
|
|
|
/*padding-top: 20px;*/
|
|
|
|
.year-li-style{
|
|
|
|
.year-li-style{
|
|
|
|