zhangxiaoxu123456
2022-04-27 b55d1c67769dcc8d90eed2bb4f8a7dfd51e7303a
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() {