diff --git a/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue b/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue index f5c917e34..b7dd038b5 100644 --- a/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue +++ b/src/modules/13_salary/components/SalaryLists/TableTypeOther.vue @@ -326,6 +326,11 @@ watch( ? props.row.positionSalaryAmount.toLocaleString() : "" }} + {{ + props.row.amountSpecial !== 0 + ? `(${props.row.amountSpecial.toLocaleString()})` + : "" + }}