From a7ac7ef625e6bf0d17c7da536d7e406c02e9725f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 8 Apr 2025 09:02:08 +0700 Subject: [PATCH] =?UTF-8?q?Salary=20=E0=B9=80=E0=B8=A5=E0=B8=82=E0=B8=97?= =?UTF-8?q?=E0=B8=B5=E0=B9=88=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99?= =?UTF-8?q?=E0=B9=88=E0=B8=87=20'=20'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../13_salary/components/04_salaryLists/TableTypeOther.vue | 2 +- .../components/05_salaryListsEmployee/TableTypeOther.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue b/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue index 78adb7183..06779bb5b 100644 --- a/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue +++ b/src/modules/13_salary/components/04_salaryLists/TableTypeOther.vue @@ -453,7 +453,7 @@ watch( }}
- {{ `${props.row.orgShortName}${props.row.posMasterNo}` }} + {{ `${props.row.orgShortName} ${props.row.posMasterNo}` }}
{{ diff --git a/src/modules/13_salary/components/05_salaryListsEmployee/TableTypeOther.vue b/src/modules/13_salary/components/05_salaryListsEmployee/TableTypeOther.vue index b69df9e81..e055cd0a3 100644 --- a/src/modules/13_salary/components/05_salaryListsEmployee/TableTypeOther.vue +++ b/src/modules/13_salary/components/05_salaryListsEmployee/TableTypeOther.vue @@ -464,7 +464,7 @@ watch( }}
- {{ `${props.row.orgShortName}${props.row.posMasterNo}` }} + {{ `${props.row.orgShortName} ${props.row.posMasterNo}` }}
{{