เพิ่มวง เล็บเพิ่ม หลังเงินเดือน
This commit is contained in:
parent
64431cc7c0
commit
618885fb40
1 changed files with 5 additions and 0 deletions
|
|
@ -361,6 +361,11 @@ watch(
|
|||
? props.row.amountUse.toLocaleString()
|
||||
: ""
|
||||
}}
|
||||
{{
|
||||
props.row.amountSpecial > 0
|
||||
? `(${props.row.amountSpecial.toLocaleString()})`
|
||||
: ""
|
||||
}}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'positionSalaryAmount'">
|
||||
{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue