付延余
2022-05-07 7c2ff43a4f70638fb063d0aa1d2f1624e6cada33
src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue
@@ -5,6 +5,7 @@
         <div class="chuangye-table">
           <el-table
             :max-height="tableHeight"
             :cell-style="handleCellStyle"
             border
             :data="danbaoTableData"
             style="width: 100%">
@@ -79,6 +80,7 @@
        <h1>人力资源服务产业园当月情况统计表</h1>
        <div class="danbaotongjibiao-table">
          <el-table
            :cell-style="handleCellStyle"
            :max-height="tableHeight"
            border
            :data="renliziyuanTableData"
@@ -218,6 +220,11 @@
            },
            getHeight() {
                this.tableHeight = (window.innerHeight - nowSize(400)) / 2
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return {background:'#51D2FF'}
                }
            }
        },
        created() {