loulijun2021
2024-04-02 facfd6f11cb9023f88da4d02a87305b564dabd6f
src/views/reportManager/personSalaryList.vue
@@ -635,7 +635,7 @@
      const { columns, data } = param
      const sums = []
      const i = this.form.compute === 'last' ? 11 : 10
      const i = this.form.compute === 'last' ? 13 : 12
      columns.forEach((column, index) => {
        if (index === i) {
@@ -785,7 +785,7 @@
    getHeight() {
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 85
        this.tableHeight = this.mainHeight - 255
        this.tableHeight = this.mainHeight - 245
        this.$refs.tableDataRef.doLayout()
        this.$refs.tableDataRef2.doLayout()
      })