| | |
| | | stripe |
| | | border |
| | | :data="tableData" |
| | | max-height="640" |
| | | max-height="tableHeight" |
| | | :header-cell-style="handleheader" |
| | | :cell-style="handleCellStyle" |
| | | style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | |
| | | yearsData: [], //x轴数据 |
| | | numberData: [], //柱状图数据(实际培训人数) |
| | | rateData: [], //折线数据(完成率) |
| | | tableHeight: window.innerHeight - nowSize(1000) |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | |
| | | } |
| | | }, |
| | | handleCellStyle({rowIndex, columnIndex}) { |
| | | if(columnIndex == 0) { |
| | | return { background:'#51D2FF' } |
| | | } |
| | | }, |
| | | zhiyepeixunEcharts() { |
| | | let myEchart = this.$echarts.init(document.getElementById('zhiyepeixunEcharts')) |
| | | let option = { |