diff --git a/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue b/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue index f131a39ca..7e0f3a6db 100644 --- a/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue +++ b/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue @@ -361,6 +361,11 @@ watch( ? props.row.amountUse.toLocaleString() : "" }} + {{ + props.row.amountSpecial > 0 + ? `(${props.row.amountSpecial.toLocaleString()})` + : "" + }}