| | |
| | | <template slot-scope="{row}">¥{{ (row.payAmount / 100).toFixed(2) }}</template> |
| | | </el-table-column> |
| | | <el-table-column label="加急费(元)" min-width="120px"> |
| | | <template slot-scope="{row}"><span v-if="row.type ===1 ">¥{{ (row.urgentAmount / 100).toFixed(2) }}</span></template> |
| | | <template slot-scope="{row}"><span v-if="row.type ===1 ">¥{{ (row.platformRewardAmount / 100).toFixed(2) }}</span></template> |
| | | </el-table-column> |
| | | <el-table-column label="退款金额(元)" min-width="120px"> |
| | | <template slot-scope="{row}">¥{{ (row.refundAmount / 100).toFixed(2) }}</template> |