lxf 1 năm trước cách đây
mục cha
commit
0241ef479c
1 tập tin đã thay đổi với 45 bổ sung3 xóa
  1. 45 3
      src/views/group/data-board/turnover-rate/index.vue

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

@@ -133,11 +133,53 @@ const config = computed(() => {
         width: 120,
       },
     },
+    // {
+    //   attrs: {
+    //     label: "品名",
+    //     slot: "bomSpecName",
+    //     "min-width": 220,
+    //   },
+    // },{
     {
       attrs: {
-        label: "品名",
-        slot: "bomSpecName",
-        "min-width": 220,
+        label: "种类",
+        prop: "species",
+        width: 120,
+      },
+    },
+    {
+      attrs: {
+        label: "售价体系",
+        prop: "sellingPriceSystem",
+        width: 120,
+      },
+    },
+    {
+      attrs: {
+        label: "色层",
+        prop: "chromatophore",
+        width: 100,
+      },
+    },
+    {
+      attrs: {
+        label: "正面纹路",
+        prop: "frontGrain",
+        width: 120,
+      },
+    },
+    {
+      attrs: {
+        label: "背面纹路",
+        prop: "reverseGrain",
+        width: 120,
+      },
+    },
+    {
+      attrs: {
+        label: "颜色",
+        prop: "colour",
+        width: 160,
       },
     },
     {