pages/order/list/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/order/list/index.vue
@@ -74,11 +74,6 @@ }${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 },