From aa86c700b94b029e13436dc4deb7b00e6ec17d98 Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Wed, 4 Jan 2023 15:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=88*=EF=BC=89=E4=BF=AE=E6=94=B9=E9=9D=A2?= =?UTF-8?q?=E5=8C=85=E5=B1=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/humanAffairs/containers/highMonthly.jsx | 8 ++++---- .../src/sections/humanAffairs/containers/highQuarter.jsx | 8 ++++---- .../sections/humanAffairs/containers/monthlyProcess.jsx | 9 ++++----- .../src/sections/humanAffairs/containers/quarter.jsx | 8 ++++---- .../src/sections/humanAffairs/containers/regularKPI.jsx | 1 - 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/web/client/src/sections/humanAffairs/containers/highMonthly.jsx b/web/client/src/sections/humanAffairs/containers/highMonthly.jsx index 388887e..22fce3f 100644 --- a/web/client/src/sections/humanAffairs/containers/highMonthly.jsx +++ b/web/client/src/sections/humanAffairs/containers/highMonthly.jsx @@ -87,16 +87,16 @@ const HighMonthly = (props) => {
绩效考核
/
-
员工考核
+
高管考核
/
-
正式员工考核
+
月度过程考核
-
正式员工考核
-
FORMAL EMPLOYEE ASSESSMENT
+
月度过程考核
+
MONTHLY PROCESS ASSESSMENT
diff --git a/web/client/src/sections/humanAffairs/containers/highQuarter.jsx b/web/client/src/sections/humanAffairs/containers/highQuarter.jsx index 6e7803a..71582c1 100644 --- a/web/client/src/sections/humanAffairs/containers/highQuarter.jsx +++ b/web/client/src/sections/humanAffairs/containers/highQuarter.jsx @@ -87,16 +87,16 @@ const HighQuarter = (props) => {
绩效考核
/
-
员工考核
+
高管考核
/
-
正式员工考核
+
季度考核
-
正式员工考核
-
FORMAL EMPLOYEE ASSESSMENT
+
季度考核
+
QUARTERLY ASSESSMENT
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 }} />