const listCol = [{ type: "selection", fixed: "left", _noset_: true }, { prop: "platform_code", label: "平台订单号", width: "152px", }, { prop: "plat_code", label: "平台商品编号", width: "140px", }, { prop: "status", label: "当前状态", _slot_: "statusTxt", width: "152px", }, { prop: "sale_source", label: "销售渠道", width: "100px", }, { prop: "price", label: "单价(元)", width: "100px", }, { prop: "num", label: "数量", width: "100px", }, // { // prop: "before_discount_all_price", // label: "优惠前总金额", // width: "140px", // }, { prop: "discount_price", label: "订单总金额", width: "140px", }, // { // prop: "after_price", // label: "商品优惠后的金额", // width: "140px", // }, { prop: "activity_name", label: "优惠活动名称", width: "140px", }, { prop: "mode", label: "收费模式", width: "90px", }, { prop: "contactor", label: "收货人", width: "60px", }, { prop: "mobile", label: "联系电话", width: "100px", }, { prop: "addr", label: "联系地址", width: "140px", }, { prop: "platform_time", label: "平台订单下单时间", width: "145px", }, { prop: "po_code", label: "其他单号", width: "140px", }, { prop: "creater", label: "导入人", width: "80px", }, { prop: "addtime", label: "导入时间", width: "145px", }, { prop: "order_remark", label: "订单备注", width: "140px", }, // { // prop: "", // label: "订单编号", // width: "160px", // }, // { // prop: "", // label: "供应商编码", // width: "160px", // }, // { // prop: "", // label: "供应商名称", // width: "160px", // }, // { // prop: "", // label: "业务公司编号", // width: "160px", // }, // { // prop: "", // label: "业务公司名称", // width: "160px", // }, // { // prop: "", // label: "商品编码", // width: "160px", // }, // { // prop: "", // label: "商品名称", // width: "160px", // }, // { // prop: "", // label: "平台商品编号", // width: "160px", // }, // { // prop: "", // label: "单位", // width: "60px", // }, // { // prop: "", // label: "录入状态", // width: "120px", // }, { prop: "", label: "操作", fixed: "right", _noset_: true, width: "100px", _slot_: "operation", }, ] export { listCol }