export default [ { prop: "cgdNo", label: "采购单编号", width: "160px", }, { prop: "status", label: "状态", _slot_: "status", width: "120px", }, { prop: "company_name", label: "申请人部门", minWidth: "100px", }, { prop: "apply_name", label: "申请人", width: "65px", }, { prop: "good_code", label: "商品编码", width: "150px", }, { prop: "good_name", label: "商品名称", }, // { // prop: "class_cat", // label: "商品分类", // }, { prop: "good_weight", label: "商品总重量(g)", width: "110px", }, { prop: "diff_weight", label: "工差总重量(g)", width: "110px", }, { prop: "addtime", label: "创建时间", width: "140px", sortable: true, }, { prop: "", label: "操作", fixed: "right", _noset_: true, width: "52px", _slot_: "operation", }, ]