|
@@ -49,15 +49,15 @@ export const ProductColumns = [
|
|
slots: { default: 'category' }
|
|
slots: { default: 'category' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'status', title: '状 态', width: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'status', title: '状 态', width: 80, align: 'center',
|
|
slots: { default: 'status' }
|
|
slots: { default: 'status' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'update_datetime', title: '更新时间', minWidth: 'auto', align: 'center', showOverflow: true,
|
|
|
|
|
|
+ field: 'update_datetime', title: '更新时间', width: 160, align: 'center',
|
|
slots: { default: 'update_datetime' }
|
|
slots: { default: 'update_datetime' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'create_datetime', title: '创建时间', minWidth: 'auto', align: 'center', showOverflow: true,
|
|
|
|
|
|
+ field: 'create_datetime', title: '创建时间', width: 160, align: 'center',
|
|
slots: { default: 'create_datetime' }
|
|
slots: { default: 'create_datetime' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -113,21 +113,13 @@ export const ProductMonitorColumns = [
|
|
slots: { default: 'all_stars' }
|
|
slots: { default: 'all_stars' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'price_info', title: '价 格', width: 'auto', headerAlign: 'center', align: 'left',
|
|
|
|
|
|
+ field: 'price_info', title: '价 格', width: 'auto', align: 'left',
|
|
slots: { default: 'price_info' }
|
|
slots: { default: 'price_info' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'show_price', title: '展示价格', width: 'auto', align: 'center',
|
|
|
|
|
|
+ field: 'show_price', title: '指导价格', width: 'auto', align: 'left',
|
|
slots: { default: 'show_price' }
|
|
slots: { default: 'show_price' }
|
|
},
|
|
},
|
|
- {
|
|
|
|
- field: 'activity_price', title: '平时活动售价', width: 'auto', align: 'center',
|
|
|
|
- slots: { default: 'activity_price' }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- field: 'minimum_price', title: '最低活动售价', width: 'auto', align: 'center',
|
|
|
|
- slots: { default: 'minimum_price' }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
field: 'ratings', title: '子ASIN评分人数', width: 'auto', align: 'center', sortable: true,
|
|
field: 'ratings', title: '子ASIN评分人数', width: 'auto', align: 'center', sortable: true,
|
|
slots: { default: 'ratings' }
|
|
slots: { default: 'ratings' }
|
|
@@ -210,7 +202,7 @@ export const CompetitorMonitorColumns = [
|
|
slots: { default: 'all_stars' }
|
|
slots: { default: 'all_stars' }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- field: 'price_info', title: '价 格', width: 'auto', headerAlign: 'center', align: 'left',
|
|
|
|
|
|
+ field: 'price_info', title: '价 格', width: 'auto', align: 'left',
|
|
slots: { default: 'price_info' }
|
|
slots: { default: 'price_info' }
|
|
},
|
|
},
|
|
{
|
|
{
|