diff --git a/web/client/src/sections/humanAffairs/containers/monthlyProcess.jsx b/web/client/src/sections/humanAffairs/containers/monthlyProcess.jsx
index 469925a..628def3 100644
--- a/web/client/src/sections/humanAffairs/containers/monthlyProcess.jsx
+++ b/web/client/src/sections/humanAffairs/containers/monthlyProcess.jsx
@@ -87,16 +87,16 @@ const MonthlyProcess = (props) => {
-
正式员工考核
-
FORMAL EMPLOYEE ASSESSMENT
+
月度过程考核
+
MONTHLY PROCESS ASSESSMENT
@@ -137,7 +137,6 @@ const MonthlyProcess = (props) => {
pageSizeOpts={[10, 20, 30, 40]}
onChange={(currentPage, pageSize) => {
setQuery({ limit: pageSize, page: currentPage - 1, year: year, month: month });
- page.current = currentPage - 1
}}
/>
diff --git a/web/client/src/sections/humanAffairs/containers/quarter.jsx b/web/client/src/sections/humanAffairs/containers/quarter.jsx
index baa560c..005d523 100644
--- a/web/client/src/sections/humanAffairs/containers/quarter.jsx
+++ b/web/client/src/sections/humanAffairs/containers/quarter.jsx
@@ -87,16 +87,16 @@ const Quarter = (props) => {
绩效考核
/
-
员工考核
+
中层考核
/
-
正式员工考核
+
季度考核
-
正式员工考核
-
FORMAL EMPLOYEE ASSESSMENT
+
季度考核
+
QUARTERLY ASSESSMENT
diff --git a/web/client/src/sections/humanAffairs/containers/regularKPI.jsx b/web/client/src/sections/humanAffairs/containers/regularKPI.jsx
index acdbef4..a1cc0e9 100644
--- a/web/client/src/sections/humanAffairs/containers/regularKPI.jsx
+++ b/web/client/src/sections/humanAffairs/containers/regularKPI.jsx
@@ -137,7 +137,6 @@ const RegularKPI = (props) => {
pageSizeOpts={[10, 20, 30, 40]}
onChange={(currentPage, pageSize) => {
setQuery({ limit: pageSize, page: currentPage - 1, year: year, month: month });
- page.current = currentPage - 1
}}
/>