bl-common-vue3 3.8.84 → 3.8.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bl-common-vue3",
3
- "version": "3.8.84",
3
+ "version": "3.8.85",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "description": "bailing vue3 common components lib",
@@ -379,7 +379,7 @@ export default defineComponent({
379
379
  return item;
380
380
  }
381
381
 
382
- let totalAreaProperty = realClauseType.value == "property" && Number(item.charging_area)
382
+ let totalAreaProperty = Number(item.charging_area) > 0
383
383
  ? Number(item.charging_area).toFixed(4)
384
384
  : Number(item.rental_area).toFixed(4)
385
385
  let totalAreaLease = Number(item.rental_area).toFixed(4);