diff --git a/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue b/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue index b7dd038b5..591efda34 100644 --- a/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue +++ b/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue @@ -327,7 +327,7 @@ watch( : "" }} {{ - props.row.amountSpecial !== 0 + props.row.amountSpecial > 0 ? `(${props.row.amountSpecial.toLocaleString()})` : "" }}