export default [ { type: "selection", fixed: "left", _noset_: true }, { prop: "pgNo", label: "商品要求编码", width: '160px' }, { prop: "spuCode", label: "商品编号", width: '160px' }, { prop: "good_name", label: "商品名称", _slot_:"good_name", }, // { // prop: "good_name", // label: "商品名称", // }, { prop: "class_cat", label: "商品分类", 'width': '180px' }, { prop: "unit_name", label: "单位", 'width': '50px' }, { prop: "brand_name", label: "品牌", width: '80px' }, // { // prop: "work_day", // label: "制作工期", // width: '70px' // }, // { // prop: "delivery_day", // label: "物流时间", // width: '70px' // }, ]