|
@@ -112,7 +112,7 @@
|
|
|
<div>{{ $numberFormat(row.salePrice) }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="支付金额(元)" min-width="95">
|
|
|
+ <el-table-column label="实付金额(元)" min-width="95">
|
|
|
<template slot-scope="{ row }">
|
|
|
<div>{{ $numberFormat(row.payAmt) }}</div>
|
|
|
</template>
|