loulijun2021
2023-05-06 cbcf2f774d7bd505502cf05a09eb38ee553f7c34
src/views/bbgl/rygz.vue
@@ -90,8 +90,7 @@
          :data="tableData"
          :height="isExpandForm?tableHeight:(tableHeight+40)+'px'"
          border
          :summary-method="getSummaries"
          show-summary
          :row-class-name="tableRowClassName"
          :style="{width: 100+'%',height:isExpandForm?tableHeight:(tableHeight+40)+'px',}"
          highlight-current-row
@@ -99,6 +98,8 @@
          :cell-style="this.$cellStyle"
          @sort-change="sortChange"
        >
          <!--          :summary-method="getSummaries"-->
          <!--          show-summary-->
          <el-table-column
            prop="RowNum"
            width="50"