Browse Source

Merge branch 'master' into 测试

lxf 1 year ago
parent
commit
08f89a4ddf
1 changed files with 27 additions and 3 deletions
  1. 27 3
      src/views/group/data-board/turnover-rate/index.vue

+ 27 - 3
src/views/group/data-board/turnover-rate/index.vue

@@ -70,7 +70,7 @@ const config = computed(() => {
       attrs: {
         label: "30天周转率",
         prop: "turnoverRateThirtyDays",
-        width: 140,
+        width: 130,
       },
       sortable: true,
     },
@@ -78,7 +78,7 @@ const config = computed(() => {
       attrs: {
         label: "60天周转率",
         prop: "turnoverRateSixtyDays",
-        width: 140,
+        width: 130,
       },
       sortable: true,
     },
@@ -86,7 +86,31 @@ const config = computed(() => {
       attrs: {
         label: "90天周转率",
         prop: "turnoverRateNinetyDays",
-        width: 140,
+        width: 130,
+      },
+      sortable: true,
+    },
+    {
+      attrs: {
+        label: "30天销售量",
+        prop: "salesQuantityThirtyDays",
+        width: 130,
+      },
+      sortable: true,
+    },
+    {
+      attrs: {
+        label: "60天销售量",
+        prop: "salesQuantitySixtyDays",
+        width: 130,
+      },
+      sortable: true,
+    },
+    {
+      attrs: {
+        label: "90天销售量",
+        prop: "salesQuantityNinetyDays",
+        width: 130,
       },
       sortable: true,
     },