yangfeng
2023-08-24 b7968858014ab02aa91e52e63c2a266963d3a8f9
src/views/sales/subOrder/index.vue
@@ -20,8 +20,8 @@
    </div>
    <TableCommonView
      ref="tableListRef"
      :show-summary="showSummary"
      :table-list="tableList"
      :show-summary="showSummary"
      :select-box="!isDetail"
      @selClientClick="selClientClick"
      @selMasterClick="selMasterClick"
@@ -109,7 +109,7 @@
      },
      showSummary: {
        show: true,
        sumProp: ["number1"],
        sumProp: ["productAmount"],
        mergeNumber: 6
      },
      subOrderDeail: {
@@ -311,5 +311,8 @@
  .el-table__header th {
    height: 48px;
  }
  .el-table__footer-wrapper tbody td.el-table__cell {
    height: 48px;
  }
}
</style>