付延余
2022-04-29 41d6da7f5f8f0ce37c3521f6c4d639ab77ed9aac
src/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue
@@ -7,6 +7,7 @@
          :max-height="tableHeight"
          :data="tableData"
          :header-cell-style="handleheader"
          :cell-style="handleCellStyle"
          stripe
          border
          style="width: 100%">
@@ -263,6 +264,11 @@
                    lineHeight: '0',
                }
            },
            handleCellStyle({rowIndex,columnIndex}) {
                if(columnIndex == 0) {
                    return { background:'#51D2FF' }
                }
            },
            getHeight() {
                this.tableHeight = window.innerHeight - nowSize(1000)
            },