订单属性增加

This commit is contained in:
xixi 2024-08-27 18:38:36 +08:00
parent 37b49e7a1d
commit 3059b19113

View File

@ -358,7 +358,7 @@ export default function MyOrder() {
// } // }
pagination={false} pagination={false}
// scroll={{ y: 500 }} // scroll={{ y: 500 }}
bordered key="dataTable" rowKey="orderId" /> bordered key="dataTable" rowKey="orderDetailId" />
</Spin> </Spin>
</Modal> </Modal>
</div> </div>