From cbeafa7589331bce0e5bbd20b91869d49565c126 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 11 Aug 2025 09:45:50 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E8=A7=A3=E5=86=B3=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=91=98=E5=B7=A5=E7=BC=96=E5=8F=B7=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/role/AddRoleStaff.vue | 2 +- src/views/role/roleLang.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/role/AddRoleStaff.vue b/src/components/role/AddRoleStaff.vue index d8f48d6c7..c6e7d6b88 100644 --- a/src/components/role/AddRoleStaff.vue +++ b/src/components/role/AddRoleStaff.vue @@ -12,7 +12,7 @@ - + diff --git a/src/views/role/roleLang.js b/src/views/role/roleLang.js index 524b3e344..4eb7f343f 100644 --- a/src/views/role/roleLang.js +++ b/src/views/role/roleLang.js @@ -23,6 +23,7 @@ export const messages = { communityId: 'Community ID', communityName: 'Community Name', operation: 'Operation', + staffId: 'Staff ID', staffName: 'Staff Name', tel: 'Phone', email: 'Email', @@ -59,6 +60,7 @@ export const messages = { communityId: '小区编号', communityName: '小区名称', operation: '操作', + staffId: '员工编号', staffName: '员工名称', tel: '手机号', email: '邮箱',