lxf 1 жил өмнө
parent
commit
2f167a582b

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

@@ -147,14 +147,14 @@ const config = computed(() => {
       attrs: {
         label: "种类",
         prop: "species",
-        width: 120,
+        width: 80,
       },
     },
     {
       attrs: {
         label: "售价体系",
         prop: "sellingPriceSystem",
-        width: 120,
+        width: 90,
       },
     },
     {
@@ -168,21 +168,21 @@ const config = computed(() => {
       attrs: {
         label: "正面纹路",
         prop: "frontGrain",
-        width: 120,
+        width: 130,
       },
     },
     {
       attrs: {
         label: "背面纹路",
         prop: "reverseGrain",
-        width: 120,
+        width: 130,
       },
     },
     {
       attrs: {
         label: "颜色",
         prop: "colour",
-        width: 160,
+        width: 170,
       },
     },
     {