From 7de17bdd69eb8700e5e74f17b265afdaca80c32c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 06 八月 2024 16:59:54 +0800
Subject: [PATCH] 1.工单批量派发实现

---
 src/views/reportManager/personSalaryList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/reportManager/personSalaryList.vue b/src/views/reportManager/personSalaryList.vue
index 4cf701a..6ccdfbc 100644
--- a/src/views/reportManager/personSalaryList.vue
+++ b/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()
       })

--
Gitblit v1.9.3