export default [ { type: "selection", fixed: "left", _noset_: true }, { prop: "skuCode", label: "商品编码", width: "160", }, { prop: "good_thumb_img", label: "图片", _slot_: "good_thumb_img", "width": "50", }, { prop: "good_name", label: "商品名称", // good_thumb_img "min-width": "120", }, { prop: "plat_code", label: "平台商品编号", "width": "160", }, { prop: "cat_name", label: "商品分类", width: "120", }, { prop: "unit", label: "单位", width: "45", }, { prop: "model", label: "规格", _slot_: "model", width: "110", }, { prop: "brand_name", label: "品牌", "width": "100", }, { prop: "is_stock", label: "库存类型", _slot_: "is_stock", "width": "100", }, { prop: "platform_name", label: "所属平台", "width": "100", }, { prop: "company", label: "业务公司", "min-width": "150", }, ]