zhangxiaoxu123456
2022-05-05 87cbee9b14970d997c1e5c54b5fef4d04369c968
src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue
@@ -7,6 +7,7 @@
        :max-height="tableHeight"
        :data="tableData"
        :header-cell-style="handleheader"
        :cell-style="handleCellStyle"
        stripe
        border
        style="width: 100%">
@@ -133,6 +134,11 @@
                    lineHeight: '0',
                }
            },
            handleCellStyle({rowIndex, columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
            shehuiBaoxianEcharts() {
               let myEchart = this.$echarts.init(document.getElementById('shehuiBaoxianEcharts'))
                let option = {