|
@@ -101,7 +101,7 @@
|
|
|
>
|
|
|
<el-table-column label="月租金">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.chargePrice * item.buildingArea}}
|
|
|
+ {{ scope.row.chargeMode == 2 ? (scope.row.chargePrice * item.buildingArea).toFixed(2) : scope.row.chargePrice }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="roomNumber" label="计费周期">
|