From 825fff682271852dce6a106773bef6ac25961f57 Mon Sep 17 00:00:00 2001
From: guoyuepeng <770272267@qq.com>
Date: Tue, 18 Mar 2025 16:53:35 +0800
Subject: [PATCH] =?UTF-8?q?1.=E5=AE=89=E5=85=A8=E6=89=BF=E8=AF=BA=E4=B9=A6?=
 =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../security_commitment/promise_book_issued/components/see.vue  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/security_commitment/promise_book_issued/components/see.vue b/src/views/security_commitment/promise_book_issued/components/see.vue
index 546d995..3d9dae6 100644
--- a/src/views/security_commitment/promise_book_issued/components/see.vue
+++ b/src/views/security_commitment/promise_book_issued/components/see.vue
@@ -45,7 +45,7 @@
         <td>{{ item.DEPTNAME }}</td>
         <td class="bbg">{{ '人员' + (index + 1) }}</td>
         <td>{{ item.USERNAME && item.USERNAME.join('、') }}</td>
-        <td class="bbg">{{  '岗位' + (index + 1)  }}</td>
+        <td class="bbg">{{  '岗位名称' + (index + 1)  }}</td>
         <td>{{ item.NICKNAME }}</td>
       </tr>
     </table>