| | |
| | | }${row.customerAddress || ''}`, |
| | | minWidth: 250, |
| | | }, |
| | | { |
| | | label: '商品信息', |
| | | formatter: (row) => <GoodsTableItemList items={row.items} />, |
| | | minWidth: 250, |
| | | }, |
| | | { label: '订单金额(元)', prop: 'totalAmount', minWidth: 150 }, |
| | | { label: '底价(元)', prop: 'supplierAmount', minWidth: 150 }, |
| | | { label: '订单状态', prop: 'statusBackendStr', minWidth: 120 }, |
| | |
| | | } |
| | | const ids = selected.map((i) => i.id) |
| | | const { code, data } = await this.$elBusHttp.request( |
| | | 'flower/api/order/check/list', |
| | | 'flower/api/order/check/location/list', |
| | | { |
| | | method: 'post', |
| | | data: { |