| | |
| | | hasNew: false, |
| | | hasEdit: false, |
| | | hasDelete: false, |
| | | hasExport: true, |
| | | exportUrl: 'flower/api/partner/order/list/export', |
| | | exportText: '导出订单', |
| | | onResetView: (row) => { |
| | | this.$router.push(`${this.$route.path}/${row.id}`) |
| | | }, |
| | |
| | | { label: '订单金额', prop: 'totalAmount', minWidth: 150 }, |
| | | { label: '订单状态', prop: 'statusBackendStr', minWidth: 120 }, |
| | | { label: '下单时间', prop: 'createTime', minWidth: 180 }, |
| | | { label: '库位', id: 'warehouseLocationCode', type: 'input' }, |
| | | ], |
| | | searchFormAttrs: { |
| | | labelWidth: 'auto', |
| | |
| | | span: 24, |
| | | }, |
| | | { label: '订单号:', id: 'orderNo', type: 'input' }, |
| | | { label: '库位:', id: 'warehouseLocationCode', type: 'input' }, |
| | | ], |
| | | }, |
| | | ], |