| | |
| | | </el-radio> |
| | | </el-radio-group> |
| | | </div> |
| | | <div class="PT_unitPersonnel--Echarts" v-show="isShow"></div> |
| | | <div class="PT_unitPersonnel--Echarts" v-show="echartsShow"></div> |
| | | </div> |
| | | |
| | | <div class="yincang-box"> |
| | | <el-button @click="showEchartsBtn" v-show="echartsShow" type="primary">隐藏</el-button> |
| | | <el-button @click="showEchartsBtn" v-show="!echartsShow" type="primary">显示</el-button> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | checkedCategory: '事业单位', |
| | | CARE_GORY: ['事业单位', '在职人员', '年人均收入'], |
| | | tableHeight: window.innerHeight - nowSize(1000), |
| | | isShow: true, |
| | | echartsShow: true, |
| | | echartSeries: {}, |
| | | selectIndex: { |
| | | type: 1 |
| | |
| | | this.getUnitLine() |
| | | }, |
| | | methods: { |
| | | showEchartsBtn() { |
| | | this.echartsShow = !this.echartsShow |
| | | if(this.echartsShow) { |
| | | this.tableHeight = window.innerHeight - nowSize(960) |
| | | }else { |
| | | this.tableHeight = window.innerHeight - nowSize(320) |
| | | } |
| | | }, |
| | | mergeColumnTableCell({rowIndex, columnIndex}) { |
| | | if (columnIndex === 0) { |
| | | if (rowIndex === 0) { |
| | |
| | | .PersonnelTalents_unitPersonnel--warp { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | position: relative; |
| | | .yincang-box{ |
| | | position: absolute; |
| | | right: 0.078125rem /* 20/256 */; |
| | | bottom: 0; |
| | | } |
| | | .PT_unitPersonnel--table { |
| | | width: 100%; |
| | | } |
| | |
| | | height: calc(100% - 2.5rem/* 640/256 */ - 0.254375rem /* 60/256 */ |
| | | ); |
| | | position: relative; |
| | | |
| | | .PT_navEchart--title { |
| | | width: 1px; |
| | | display: inline-block; |