@@ -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",
+ label: "色层",
+ prop: "chromatophore",
+ width: 100,
+ label: "正面纹路",
+ prop: "frontGrain",
+ label: "背面纹路",
+ prop: "reverseGrain",
+ label: "颜色",
+ prop: "colour",
+ width: 160,