src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue
@@ -3,6 +3,7 @@ <div class="shebaoShouzhiZongbiao-table"> <h1>社会保障基金统计表</h1> <el-table :cell-style="handleCellStyle" :data="tableData" style="width: 100%"> <el-table-column @@ -421,7 +422,12 @@ window.addEventListener('resize',function () { myEchart.resize() }) } }, handleCellStyle({rowIndex, columnIndex}) { if(columnIndex == 0) { return { background:'#51D2FF' } } }, } } </script>