|
@@ -1913,7 +1913,7 @@ export default {
|
|
|
this.myArrayProp[0]["money"].Transaction != ""
|
|
|
? parseFloat(this.myArrayProp[0]["money"].Transaction)
|
|
|
: 0;
|
|
|
- this.myArrayProp[0].actualuse = a + b + c + d + e + f + g + h;
|
|
|
+ this.myArrayProp[0].actualuse = (a + b + c + d + e + f + g + h).toFixed(2);
|
|
|
if (t != 1) {
|
|
|
// this.$parent.myArrayProp = this.myArrayProp
|
|
|
this.$emit("myArrayPropFn", this.myArrayProp);
|