src/pages/components/jiuyeQingkuang/chengzhenXinzengJiuye.vue
@@ -1,6 +1,7 @@ <template> <div class="chengzhenXinzengJiuye-wrap"> <el-table :cell-style="handleCellStyle" :max-height="tableHeight" border :data="tableData" @@ -220,6 +221,11 @@ }, getHeight() { this.tableHeight = window.innerHeight - nowSize(230) }, handleCellStyle({rowIndex, columnIndex}) { if(columnIndex == 0) { return { background:'#51D2FF' } } } }, created() {