Commit 5acadb8b by Sweet Zhang

薪资管理修改为港币金额字段

parent 7daa3ac3
......@@ -25,9 +25,9 @@
<el-table-column type="selection" width="55" :reserve-selection="true" />
<el-table-column prop="broker" label="转介人" min-width="120" sortable />
<el-table-column prop="team" label="所属团队" min-width="120" sortable />
<el-table-column prop="amount" label="出账金额" width="120" sortable>
<el-table-column prop="hkdAmount" label="出账金额" width="120" sortable>
<template #default="scope">
{{ formatCurrency(scope.row.amount) }}
{{ formatCurrency(scope.row.hkdAmount) }}
</template>
</el-table-column>
<el-table-column prop="currency" label="出账币种" width="120" sortable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment