|
@@ -385,7 +385,7 @@ export default {
|
|
|
this.mainData.orderoutamount > 10000
|
|
|
? "¥" +
|
|
|
this.tool.formatAmount(
|
|
|
- tool.unitConversion(this.mainData.orderoutamount, 10000),
|
|
|
+ this.tool.unitConversion(this.mainData.orderoutamount, 10000),
|
|
|
2
|
|
|
) +
|
|
|
this.$t("万")
|
|
@@ -401,7 +401,7 @@ export default {
|
|
|
this.mainData.orderinvoamount > 10000
|
|
|
? "¥" +
|
|
|
this.tool.formatAmount(
|
|
|
- tool.unitConversion(this.mainData.orderinvoamount, 10000),
|
|
|
+ this.tool.unitConversion(this.mainData.orderinvoamount, 10000),
|
|
|
2
|
|
|
) +
|
|
|
this.$t("万")
|