| | |
| | | { label: '合伙人', prop: 'partnerName', minWidth: '120px' }, |
| | | { label: '下单时间', prop: 'orderDate', minWidth: '180px' }, |
| | | { label: '订单金额', prop: 'orderTotal', minWidth: '120px' }, |
| | | { label: '订单金额(实付)', prop: 'totalAmount', minWidth: '120px' }, |
| | | { |
| | | label: '花农底价', |
| | | prop: 'orderSupplierPriceAmount', |
| | |
| | | prop: 'partnerTotalFeeAmount', |
| | | minWidth: '100px', |
| | | }, |
| | | { label: '销售扎数', prop: 'realSaleNum', minWidth: '100px' }, |
| | | { label: '总销售扎数', prop: 'orderNum', minWidth: '100px' }, |
| | | { label: '实际销售扎数', prop: 'realSaleNum', minWidth: '100px' }, |
| | | { |
| | | label: '利润', |
| | | prop: 'profitFeeAmount', |
| | |
| | | }, |
| | | default: this.$route.params.date, |
| | | }, |
| | | { ...getPartnerListConfig() }, |
| | | { |
| | | ...getPartnerListConfig(), |
| | | default: this.$route.query.partnerId || '', |
| | | }, |
| | | ], |
| | | }, |
| | | ], |