From d20654ba067e5c0621d4d7d95915cbe47a10fe87 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 08 八月 2024 17:23:48 +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