|
@@ -76,32 +76,30 @@ const config = computed(() => {
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "60天周转率",
|
|
|
- prop: "turnoverRateSixtyDays",
|
|
|
- width: 130,
|
|
|
+ label: "30天销售量",
|
|
|
+ prop: "salesQuantityThirtyDays",
|
|
|
+ width: 120,
|
|
|
},
|
|
|
- sortable: true,
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "90天周转率",
|
|
|
- prop: "turnoverRateNinetyDays",
|
|
|
+ label: "60天周转率",
|
|
|
+ prop: "turnoverRateSixtyDays",
|
|
|
width: 130,
|
|
|
},
|
|
|
sortable: true,
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "30天销售量",
|
|
|
- prop: "salesQuantityThirtyDays",
|
|
|
- width: 130,
|
|
|
+ label: "60天销售量",
|
|
|
+ prop: "salesQuantitySixtyDays",
|
|
|
+ width: 120,
|
|
|
},
|
|
|
- sortable: true,
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "60天销售量",
|
|
|
- prop: "salesQuantitySixtyDays",
|
|
|
+ label: "90天周转率",
|
|
|
+ prop: "turnoverRateNinetyDays",
|
|
|
width: 130,
|
|
|
},
|
|
|
sortable: true,
|
|
@@ -110,9 +108,8 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "90天销售量",
|
|
|
prop: "salesQuantityNinetyDays",
|
|
|
- width: 130,
|
|
|
+ width: 120,
|
|
|
},
|
|
|
- sortable: true,
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|