|
@@ -64,7 +64,7 @@ export const ProductCategoryColumns = [
|
|
|
|
|
|
export const CompanySkuColumns = [
|
|
|
{ type: 'checkbox', width: 50, align: 'center', fixed: 'left' },
|
|
|
- { field: 'sku', title: 'SKU', width: 'auto', align: 'center', fixed: 'left',
|
|
|
+ { field: 'sku', title: 'SKU', align: 'center', fixed: 'left',
|
|
|
slots: { default: 'sku' }
|
|
|
},
|
|
|
{
|
|
@@ -72,11 +72,11 @@ export const CompanySkuColumns = [
|
|
|
slots: { default: 'brand' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'kind', title: '种 类', align: 'center', width: 'auto',
|
|
|
+ field: 'kind', title: '种 类', align: 'center',
|
|
|
slots: { default: 'kind' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'version_feature', title: '版本特性', align: 'center', minWidth: 'auto',
|
|
|
+ field: 'version_feature', title: '版本特性', align: 'center',
|
|
|
slots: { default: 'version_feature' }
|
|
|
},
|
|
|
{
|