123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- export const ProductColumns = [
- { type: 'checkbox', width: 50, align: 'center', fixed: 'left' },
- {
- field: 'is_monitor', title: '监控管理', width: 90, align: 'center', fixed: 'left',
- slots: { default: 'is_monitor' }
- },
- {
- field: 'product_info', title: '商品信息', minWidth: 260, align: 'center', fixed: 'left',
- slots: { default: 'product_info' }
- },
- {
- field: 'sku', title: 'SKU', width: 'auto', align: 'center',
- slots: { default: 'sku' }
- },
- {
- field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
- slots: { default: 'platform_number' }
- },
- {
- field: 'country_code', title: '国 家', width: 'auto', align: 'center',
- slots: { default: 'country_code' }
- },
- {
- field: 'brand', title: '品 牌', width: 'auto', align: 'center',
- slots: { default: 'brand' }
- },
- {
- field: 'shop_name', title: '店 铺', minWidth: 'auto', align: 'center',
- slots: { default: 'shop_name' }
- },
- {
- field: 'tag', title: '分 组', minWidth: 'auto', align: 'center',
- slots: { default: 'tag' }
- },
- {
- field: 'price_info', title: '价 格', width: 'auto', align: 'left',
- slots: { default: 'price_info' }
- },
- {
- field: 'show_price', title: '指导价格', width: 'auto', align: 'left',
- slots: { default: 'show_price' }
- },
- {
- field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'launch_date' }
- },
- {
- field: 'category', title: '类 目', width: 'auto', align: 'center',
- slots: { default: 'category' }
- },
- {
- field: 'status', title: '状 态', width: 'auto', align: 'center',
- slots: { default: 'status' }
- },
- {
- field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center',
- slots: { default: 'update_datetime' }
- },
- {
- field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center',
- slots: { default: 'create_datetime' }
- },
- {
- field: 'operate', title: '操 作', minWidth: 90, align: 'center', fixed: 'right',
- slots: { default: 'operate' }
- }
- ];
- export const ProductMonitorColumns = [
- { type: 'checkbox', minWidth: 50, align: 'center', fixed: 'left' },
- {
- field: 'product_info', title: '商品信息', minWidth: 260, align: 'center', fixed: 'left',
- slots: { default: 'product_info' }
- },
- {
- field: 'sku', title: 'SKU', width: 'auto', align: 'center',
- slots: { default: 'sku' }
- },
- {
- field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
- slots: { default: 'platform_number' }
- },
- {
- field: 'country_code', title: '国 家', width: 'auto', align: 'center',
- slots: { default: 'country_code' }
- },
- {
- field: 'brand', title: '品 牌', width: 'auto', align: 'center',
- slots: { default: 'brand' }
- },
- {
- field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
- slots: { default: 'shop_name' }
- },
- {
- field: 'tag', title: '分 组', width: 'auto', align: 'center',
- slots: { default: 'tag' }
- },
- {
- field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'score' }
- },
- {
- field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'all_score' }
- },
- {
- field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
- slots: { default: 'stars' }
- },
- {
- field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
- slots: { default: 'all_stars' }
- },
- {
- field: 'price_info', title: '价 格', width: 'auto', align: 'left',
- slots: { default: 'price_info' }
- },
- {
- field: 'show_price', title: '指导价格', width: 'auto', align: 'left',
- slots: { default: 'show_price' }
- },
- {
- field: 'ratings', title: '子ASIN评分人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'ratings' }
- },
- {
- field: 'all_ratings', title: '亚马逊显示评分人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'all_ratings' }
- },
- {
- field: 'reviews', title: '子ASIN评论人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'reviews' }
- },
- {
- field: 'all_reviews', title: '亚马逊显示评论人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'all_reviews' }
- },
- {
- field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'launch_date' }
- },
- {
- field: 'category', title: '类 目', width: 'auto', align: 'center',
- slots: { default: 'category' }
- },
- {
- field: 'status', title: '状 态', width: 'auto', align: 'center',
- slots: { default: 'status' }
- },
- {
- field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center',
- slots: { default: 'update_datetime' }
- },
- {
- field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center',
- slots: { default: 'create_datetime' }
- },
- {
- field: 'operate', title: '操 作', minWidth: 90, align: 'center', fixed: 'right',
- slots: { default: 'operate' }
- }
- ];
- export const CompetitorMonitorColumns = [
- { type: 'checkbox', minWidth: 50, align: 'center', fixed: 'left' },
- {
- field: 'product_info', title: '商品信息', minWidth: 260, align: 'center', fixed: 'left',
- slots: { default: 'product_info' }
- },
- {
- field: 'country_code', title: '国 家', width: 'auto', align: 'center',
- slots: { default: 'country_code' }
- },
- {
- field: 'brand', title: '品 牌', width: 'auto', align: 'center',
- slots: { default: 'brand' }
- },
- {
- field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
- slots: { default: 'shop_name' }
- },
- {
- field: 'tag', title: '分 组', width: 'auto', align: 'center',
- slots: { default: 'tag' }
- },
- {
- field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'score' }
- },
- {
- field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'all_score' }
- },
- {
- field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
- slots: { default: 'stars' }
- },
- {
- field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
- slots: { default: 'all_stars' }
- },
- {
- field: 'price_info', title: '价 格', width: 'auto', align: 'left',
- slots: { default: 'price_info' }
- },
- {
- field: 'ratings', title: '子ASIN评分人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'ratings' }
- },
- {
- field: 'all_ratings', title: '亚马逊显示评分人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'all_ratings' }
- },
- {
- field: 'reviews', title: '子ASIN评论人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'reviews' }
- },
- {
- field: 'all_reviews', title: '亚马逊显示评论人数', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'all_reviews' }
- },
- {
- field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true,
- slots: { default: 'launch_date' }
- },
- {
- field: 'category', title: '类 目', width: 'auto', align: 'center',
- slots: { default: 'category' }
- },
- {
- field: 'status', title: '状 态', width: 'auto', align: 'center',
- slots: { default: 'status' }
- },
- {
- field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center', showOverflow: true,
- slots: { default: 'update_datetime' }
- },
- {
- field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center', showOverflow: true,
- slots: { default: 'create_datetime' }
- },
- {
- field: 'operate', title: '操 作', minWidth: 90, align: 'center', fixed: 'right',
- slots: { default: 'operate' }
- }
- ];
- export const HistoricalColumns = [
- {
- field: 'create_datetime', title: '时 间', align: 'center', fixed: 'left',
- slots: { default: 'create_datetime' }
- },
- {
- field: 'field', title: '变更项', align: 'center',
- slots: { default: 'field' }
- },
- {
- field: 'old_val', title: '原 值', align: 'center',
- slots: { default: 'old_val' }
- },
- {
- field: 'new_val', title: '现 值', align: 'center',
- slots: { default: 'new_val' }
- },
- ]
- export const CompetitorMonitorCommentColumns = [
- {
- field: 'country_code', title: '国 家', width: 90, align: 'center',
- slots: { default: 'country_code' }
- },
- {
- field: 'title', title: '标 题', minWidth: 130, align: 'center',
- slots: { default: 'title' }
- },
- {
- field: 'reviewer_name', title: '用户昵称', minWidth: 110, align: 'center',
- slots: { default: 'reviewer_name' }
- },
- {
- field: 'review_date', title: '评论日期', width: 130, align: 'center',
- slots: { default: 'review_date' }
- },
- {
- field: 'content', title: '评论内容', minWidth: 400, align: 'center',
- slots: { default: 'content' }
- },
- {
- field: 'score', title: '用户评分', minWidth: 145, align: 'center',
- slots: { default: 'score' }
- },
- {
- field: 'tiv', title: '评论类型', width: 100, align: 'center',
- slots: { default: 'tiv' }
- },
- {
- field: 'helpful', title: '评论有用人数', width: 95, align: 'center',
- slots: { default: 'helpful' }
- },
- {
- field: 'verified', title: '认证购买', width: 90, align: 'center',
- slots: { default: 'verified' }
- },
- {
- field: 'create_datetime', title: '创建时间', width: 158, align: 'center',
- slots: { default: 'create_datetime' }
- },
- {
- field: 'operate', title: '操 作', width: 100, align: 'center', fixed: 'right',
- slots: { default: 'operate' }
- }
- ]
- export const NegativeLabelColumns = [
- {type:'seq', title: '序号', width:48, align: 'center'},
- {field:'raw_label',title: '原始标签',minWidth: 120,align: 'center',},
- {field:'kind',title: '类别',minWidth: 76,align: 'center',},
- {field:'update_datetime',title: '更新时间',minWidth:96,align: 'center',},
- {field:'create_datetime',title: '创建时间',minWidth:96,align: 'center',},
- {field:'operate',title: '操作',align: 'center',slots: { default: 'operate' }}
- ]
|