瀏覽代碼

合同详情小数

Shannon_mu 2 年之前
父節點
當前提交
137e24797c

+ 1 - 1
operationSupport/src/views/businessManagement/contractManagement/stepPage/details.vue

@@ -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="计费周期">