From 98136b63cc4c412f5c77e9d054d6f308febeb4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sat, 24 Jan 2026 10:55:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=A4=96=E5=87=BA?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将页面中的"请假"相关文本统一修改为"外出",包括标题、列表名称、确认提示和注释,以匹配实际业务场景 --- klp-ui/src/views/wms/hrm/apply/goout.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/klp-ui/src/views/wms/hrm/apply/goout.vue b/klp-ui/src/views/wms/hrm/apply/goout.vue index 68bf6b8d..6f2f9949 100644 --- a/klp-ui/src/views/wms/hrm/apply/goout.vue +++ b/klp-ui/src/views/wms/hrm/apply/goout.vue @@ -4,7 +4,7 @@ @@ -60,7 +60,7 @@ @@ -197,7 +197,7 @@ export default { } this.form.approverName = approverName }, - /** 查询员工请假申请列表 */ + /** 查询外出申请列表 */ getList() { this.loading = true; listApproval(this.queryParams).then(response => { @@ -317,7 +317,7 @@ export default { }); }, handleWithdraw(row) { - this.$modal.confirm('是否确认撤回请假申请编号为"' + row.applyId + '"的数据项?').then(() => { + this.$modal.confirm('是否确认撤回外出申请编号为"' + row.applyId + '"的数据项?').then(() => { this.loading = true; return updateApproval({ approvalId: row.approvalId, @@ -353,7 +353,7 @@ export default { } return textMap[status] || '未知状态' }, - // 核心新增:自动计算请假天数的方法 + // 核心新增:自动计算外出小时数的方法 calculateLeaveDays() { const { startTime, endTime } = this.form; // 两个时间都选择后才计算