| | |
| | | <div class="chuangye-table"> |
| | | <el-table |
| | | :max-height="tableHeight" |
| | | :cell-style="handleCellStyle" |
| | | border |
| | | :data="danbaoTableData" |
| | | style="width: 100%"> |
| | |
| | | <h1>人力资源服务产业园当月情况统计表</h1> |
| | | <div class="danbaotongjibiao-table"> |
| | | <el-table |
| | | :cell-style="handleCellStyle" |
| | | :max-height="tableHeight" |
| | | border |
| | | :data="renliziyuanTableData" |
| | |
| | | }, |
| | | getHeight() { |
| | | this.tableHeight = (window.innerHeight - nowSize(400)) / 2 |
| | | }, |
| | | handleCellStyle({rowIndex, columnIndex}) { |
| | | if(columnIndex == 0) { |
| | | return {background:'#51D2FF'} |
| | | } |
| | | } |
| | | }, |
| | | created() { |