From a5ea6896b55ef746a281cc991e13feaaa2241291 Mon Sep 17 00:00:00 2001 From: zhaohongyu Date: Thu, 8 May 2025 16:45:26 +0800 Subject: [PATCH] =?UTF-8?q?2025/05/08=20=E4=BF=AE=E6=94=B9=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../branch-staff/detail-list.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/branch-information-management/branch-staff/detail-list.vue b/pages/branch-information-management/branch-staff/detail-list.vue index 52f69f7..bc306a7 100644 --- a/pages/branch-information-management/branch-staff/detail-list.vue +++ b/pages/branch-information-management/branch-staff/detail-list.vue @@ -20,16 +20,16 @@ {{ item.NAME }} - 部门级别:{{ item.DEPTNAME }} + 部门级别:{{ item.DEPTLEVEL }} 部门:{{ item.DEPTNAME }} - 岗位:{{ item.DEPTNAME }} - 电话:{{ item.DEPTNAME }} + 岗位:{{ item.POSTNAME }} + 用户名:{{ item.username }} - 是否确认人:{{ item.DEPTNAME }} - 人员类型:{{ item.DEPTNAME }} + 是否确认人:{{ item.isHazardconfirmer === 0 ? '否' : '是'}} + 姓名:{{ item.name }}