From 952b89d15e45ed5895b69acf5c85db0ce8d0c617 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 5 Jun 2025 18:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pro/supervisorPersonManage/personnelInformation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pro/supervisorPersonManage/personnelInformation/index.vue b/src/views/pro/supervisorPersonManage/personnelInformation/index.vue index 9b2a6ee..c802f88 100644 --- a/src/views/pro/supervisorPersonManage/personnelInformation/index.vue +++ b/src/views/pro/supervisorPersonManage/personnelInformation/index.vue @@ -1109,7 +1109,7 @@ export default { handleOut(row) { console.log(row, '行信息') - this.$confirm('确定该人员除常规吗?', '提示', { + this.$confirm('确定该人员出场吗?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning',