const columns = [ { prop: 'orderCode', label: '销售单编号', minWidth: '180', // _slot_: 'orderCode' }, { prop: 'companyNo', label: '业务公司编号', minWidth: '155' }, { prop: 'companyName', label: '业务公司名称', minWidth: '155' }, { prop: 'status', label: '状态', _slot_: 'status', width: '90px' }, { label: '业务经理(修改后)', prop: 'manager', minWidth: '185' }, { prop: 'updatetime', label: '修改时间', minWidth: '145' }, { prop: 'apply_name', minWidth: '150px', label: '申请人' }, { prop: 'addtime', minWidth: '150px', label: '申请时间' }, { prop: '操作', label: '操作', width: '60px', _slot_: 'operation' } ] export { columns }