|
@@ -42,7 +42,7 @@ export const ProductBrandColumns = [
|
|
|
export const ProductCategoryColumns = [
|
|
|
{ type: 'seq', title: 'No.', width: 70, align: 'center', fixed: 'left' },
|
|
|
{
|
|
|
- field: 'name', title: '种类名称', align: 'center', fixed: 'left',
|
|
|
+ field: 'name', title: '种类名称', align: 'center', minWidth: 130, fixed: 'left',
|
|
|
slots: { default: 'name' }
|
|
|
},
|
|
|
{
|
|
@@ -50,14 +50,14 @@ export const ProductCategoryColumns = [
|
|
|
slots: { default: 'main' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'status', title: '状 态', align: 'center',
|
|
|
+ field: 'status', title: '状 态', width: 100, align: 'center',
|
|
|
slots: { default: 'status' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'update_datetime', title: '更新时间', align: 'center',
|
|
|
+ field: 'update_datetime', title: '更新时间', width: 170, align: 'center',
|
|
|
slots: { default: 'update_datetime' }
|
|
|
},
|
|
|
- { field: 'create_datetime', title: '创建时间', align: 'center', slots: { default: 'create_datetime' } },
|
|
|
+ { field: 'create_datetime', title: '创建时间', width: 170, align: 'center', slots: { default: 'create_datetime' } },
|
|
|
{
|
|
|
field: 'operate', title: '操 作', width: 130, align: 'center', fixed: 'right',
|
|
|
slots: { default: 'operate' }
|
|
@@ -67,19 +67,19 @@ export const ProductCategoryColumns = [
|
|
|
export const CompanySkuColumns = [
|
|
|
{ type: 'checkbox', width: 50, align: 'center', fixed: 'left' },
|
|
|
{
|
|
|
- field: 'sku', title: 'SKU', align: 'center', fixed: 'left',
|
|
|
+ field: 'sku', title: 'SKU', align: 'center', minWidth: 200, fixed: 'left',
|
|
|
slots: { default: 'sku' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'brand', title: '品牌名称', align: 'center', width: 'auto',
|
|
|
+ field: 'brand', title: '品牌名称', align: 'center', minWidth: 80,
|
|
|
slots: { default: 'brand' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'kind', title: '种 类', align: 'center',
|
|
|
+ field: 'kind', title: '种 类', align: 'center', minWidth: 150,
|
|
|
slots: { default: 'kind' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'version_feature', title: '版本特性', align: 'center',
|
|
|
+ field: 'version_feature', title: '版本特性', align: 'center', minWidth: 180,
|
|
|
slots: { default: 'version_feature' }
|
|
|
},
|
|
|
{
|