From edd82d6c67f1f26b42e5b5a7b8a467247ffa3835 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 十一月 2023 10:59:43 +0800
Subject: [PATCH] 1. 生产开报工根据需求放出 开工数量可改

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

diff --git a/src/views/reportManager/groupSalaryList.vue b/src/views/reportManager/groupSalaryList.vue
index 24aa029..f9fbfae 100644
--- a/src/views/reportManager/groupSalaryList.vue
+++ b/src/views/reportManager/groupSalaryList.vue
@@ -662,7 +662,7 @@
       const sums = []
 
       columns.forEach((column, index) => {
-        if (index === 10) {
+        if (index === 12) {
           sums[index] = '鎬讳环'
           return
         }

--
Gitblit v1.9.3