From fe63215b2a98e0fd4c3471d82773db95dbc487cb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Sat, 2 Aug 2025 13:40:07 +0800
Subject: [PATCH] =?UTF-8?q?v1.9=20=E7=89=88=E6=9C=AC=20=E5=91=98=E5=B7=A5?=
=?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/staff/resetStaffPwd.vue | 2 +-
src/views/staff/staffList.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/staff/resetStaffPwd.vue b/src/components/staff/resetStaffPwd.vue
index 5f3b8f635..3c6324951 100644
--- a/src/components/staff/resetStaffPwd.vue
+++ b/src/components/staff/resetStaffPwd.vue
@@ -50,7 +50,7 @@ export default {
const res = await resetStaffPwd(data)
this.$message.success(
- this.$t('staff.resetPasswordSuccess', { pwd: res.pwd }),
+ this.$t('common.resetPwdSuccess', { pwd: res.pwd }),
10000
)
this.$emit('success')
diff --git a/src/views/staff/staffList.vue b/src/views/staff/staffList.vue
index f7d740a49..c7595411c 100644
--- a/src/views/staff/staffList.vue
+++ b/src/views/staff/staffList.vue
@@ -51,7 +51,7 @@
- {{ scope.row.sex === 0 ? $t('staff.male') : $t('staff.female') }}
+ {{ scope.row.sex == 0 ? $t('staff.male') : $t('staff.female') }}