From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改  批量派发 没绑定工艺路线的单子,显示在最前面

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

diff --git a/src/views/reportManager/groupSalaryList.vue b/src/views/reportManager/groupSalaryList.vue
index 24aa029..d805961 100644
--- a/src/views/reportManager/groupSalaryList.vue
+++ b/src/views/reportManager/groupSalaryList.vue
@@ -552,7 +552,7 @@
 import { WorkShopSelect } from '@/api/deviceManager'
 
 export default {
-  name: 'Zzjg',
+  name: 'GroupSalaryList',
   components: {
     Pagination, ImportPicker
   },
@@ -662,7 +662,7 @@
       const sums = []
 
       columns.forEach((column, index) => {
-        if (index === 10) {
+        if (index === 12) {
           sums[index] = '鎬讳环'
           return
         }

--
Gitblit v1.9.3