Merge pull request '已收金额字段调整' (#109) from master-dev into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/109
This commit is contained in:
commit
ce7c906bb5
@ -197,7 +197,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="hasApplyFee" :label="$t('已收金额')" align="center" width="100">
|
||||
<template slot-scope="scope">
|
||||
{{scope.row.hasApplyFee}}
|
||||
{{scope.row.recedMoney}}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="openBillMoney" :label="$t('开票金额')" align="center" width="100">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user