|
@@ -46,29 +46,37 @@ export const productColumns = [
|
|
slots: { default: 'minimum_price' }
|
|
slots: { default: 'minimum_price' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'ratings', title: '子ASIN评分人数', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'ratings', title: '子ASIN评分人数', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'ratings' }
|
|
slots: { default: 'ratings' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'all_ratings', title: '亚马逊显示评分人数', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'all_ratings', title: '亚马逊显示评分人数', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'all_ratings' }
|
|
slots: { default: 'all_ratings' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'reviews', title: '子ASIN评论人数', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'reviews', title: '子ASIN评论人数', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'reviews' }
|
|
slots: { default: 'reviews' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'all_reviews', title: '亚马逊显示评论人数', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'all_reviews', title: '亚马逊显示评论人数', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'all_reviews' }
|
|
slots: { default: 'all_reviews' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'score', title: '子ASIN计算评分', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'score', title: '子ASIN计算评分', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'score' }
|
|
slots: { default: 'score' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'all_score', title: '亚马逊显示评分', minWidth: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'all_score', title: '亚马逊显示评分', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'all_score' }
|
|
slots: { default: 'all_score' }
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ field: 'stars', title: '子ASIN星级分布', minWidth: 'auto', headerAlign: 'center', align: 'center',
|
|
|
|
+ slots: { default: 'stars' }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ field: 'all_stars', title: '亚马逊星级分布', minWidth: 'auto', headerAlign: 'center', align: 'center',
|
|
|
|
+ slots: { default: 'all_stars' }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
field: 'launch_date', title: '上架日期', minWidth: 'auto', align: 'center', sortable: true,
|
|
field: 'launch_date', title: '上架日期', minWidth: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'launch_date' }
|
|
slots: { default: 'launch_date' }
|