Commit bdbfdc8e by liuchenxi

Merge branch 'feature/12月迭代' into dev

parents 235df13c 620a2fea
......@@ -33,6 +33,9 @@
<el-table-column label="余额(元)" align="left" prop="totalFee">
<template slot-scope="scope"> {{ scope.row.totalFee ? (scope.row.totalFee / 100).toFixed(2) : '0.00' }}</template>
</el-table-column>
<el-table-column v-if="isMoreAccount" label="计费部门" align="left" prop="accountDepartName">
<template slot-scope="{ row }">{{ row.accountDepartName || '--' }}</template>
</el-table-column>
<el-table-column align="left" prop="reason" label="原因" show-overflow-tooltip>
<template slot-scope="{ row }">{{ row.reason || '--' }}</template>
</el-table-column>
......
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