This commit is contained in:
@@ -174,8 +174,7 @@ export default {
|
||||
},
|
||||
calcArea(item) {
|
||||
if (item.length && item.width && item.quantity) {
|
||||
const area = (item.length * item.width * item.quantity / 1000000).toFixed(4)
|
||||
return area + ' m²'
|
||||
return (item.length * item.width * item.quantity / 1000000).toFixed(4)
|
||||
}
|
||||
return '-'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user