Forráskód Böngészése

2024年4月3日17:52:35

纪新园 1 éve
szülő
commit
4f1671b9b8

+ 5 - 0
src/views/statisticAnalysis/brandProfit/index.vue

@@ -175,6 +175,11 @@ export default {
             overHidden: true,
           },
           {
+            label: "到货收入",
+            prop: "arrivalAmount",
+            overHidden: true,
+          },
+          {
             label: "销售成本",
             prop: "purchaseAmount",
             overHidden: true,

+ 5 - 0
src/views/statisticAnalysis/customerProfit/index.vue

@@ -180,6 +180,11 @@ export default {
             overHidden: true,
           },
           {
+            label: "到货收入",
+            prop: "arrivalAmount",
+            overHidden: true,
+          },
+          {
             label: "数量",
             prop: "quantity",
             overHidden: true,

+ 5 - 0
src/views/statisticAnalysis/salesmanProfit/index.vue

@@ -187,6 +187,11 @@ export default {
             overHidden: true,
           },
           {
+            label: "到货收入",
+            prop: "arrivalAmount",
+            overHidden: true,
+          },
+          {
             label: "数量",
             prop: "quantity",
             overHidden: true,