|
@@ -70,7 +70,7 @@ const config = computed(() => {
|
|
attrs: {
|
|
attrs: {
|
|
label: "30天周转率",
|
|
label: "30天周转率",
|
|
prop: "turnoverRateThirtyDays",
|
|
prop: "turnoverRateThirtyDays",
|
|
- width: 140,
|
|
|
|
|
|
+ width: 130,
|
|
},
|
|
},
|
|
sortable: true,
|
|
sortable: true,
|
|
},
|
|
},
|
|
@@ -78,7 +78,7 @@ const config = computed(() => {
|
|
attrs: {
|
|
attrs: {
|
|
label: "60天周转率",
|
|
label: "60天周转率",
|
|
prop: "turnoverRateSixtyDays",
|
|
prop: "turnoverRateSixtyDays",
|
|
- width: 140,
|
|
|
|
|
|
+ width: 130,
|
|
},
|
|
},
|
|
sortable: true,
|
|
sortable: true,
|
|
},
|
|
},
|
|
@@ -86,7 +86,31 @@ const config = computed(() => {
|
|
attrs: {
|
|
attrs: {
|
|
label: "90天周转率",
|
|
label: "90天周转率",
|
|
prop: "turnoverRateNinetyDays",
|
|
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,
|
|
sortable: true,
|
|
},
|
|
},
|