src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoChikaRenshu.vue
@@ -2,6 +2,7 @@ <div class="shebaoChikaRenshu-wrap"> <h1>各县(市、区)2021年就业情况统计表</h1> <el-table :cell-style="handleCellStyle" :max-height="tableHeight" :data="tableData" stripe @@ -132,6 +133,11 @@ }, getHeight() { this.tableHeight = window.innerHeight - nowSize(250) }, handleCellStyle({rowIndex, columnIndex}) { if(columnIndex == 0) { return { background:'#51D2FF' } } } }, created() {