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}` }}
{{