export const exportColumn = [ { title: "送货线路", key: "areaName", width: 130, }, { title: "车牌号", key: "carNo", width: 120, }, { title: "加油卡号", key: "addOilCode", width: 140, sortable: true, }, { title: "起始里程", key: "beginMileage", width: 130, }, { title: "期末里程", key: "endMileage", width: 130, }, { title: "月行驶里程", key: "mileage", width: 130, }, { title: "月油耗", key: "oilWear", width: 130, }, { title: "百公里油耗", key: "oil", width: 130, }, { title: "驾驶员", key: "nickName", width: 120, }, { title: "月加油金额", key: "money", width: 120, } ]