|
|
@ -91,6 +91,13 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column :label="'固定押金'" align="center" prop="dayMargin"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ parseFloat(NumberDiv(scope.row.dayMargin, 100)).toFixed(2) }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
|
|
|
<el-table-column :label="'收款额度'" align="center" prop="limitReceive"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ parseFloat(NumberDiv(scope.row.limitReceive, 100)).toFixed(2) }} |
|
|
|