|
|
@@ -216,7 +216,7 @@
|
|
|
{ label: '状态', prop: 'sellStatus', slot: 'status', width: 100, align: 'center' },
|
|
|
{ label: '上架时间', prop: 'onSaleTime', width: 160, align: 'center' },
|
|
|
{ columnKey: 'action', label: '操作', width: 220, align: 'center', slot: 'action', fixed: 'right' },
|
|
|
- { columnKey: 'others', label: '其他操作', minWidth: 160, align: 'center', slot: 'others', fixed: 'right' }
|
|
|
+ { columnKey: 'others', label: '其他操作', width: 220, align: 'center', slot: 'others', fixed: 'right' }
|
|
|
]);
|
|
|
|
|
|
// 方法
|