feat:【mall 商城】交易订单(30% antd remark 优化代码风格)

This commit is contained in:
YunaiV
2025-10-15 09:20:17 +08:00
parent a101cdf2f8
commit b40f10c68b
2 changed files with 3 additions and 43 deletions

View File

@@ -52,7 +52,7 @@ const [OrderDeliveryFormModal, formModalApi] = useVbenModal({
destroyOnClose: true,
});
const [OrderUpdateRemarkFormModal, remarkFormModalApi] = useVbenModal({
const [RemarkFormModal, remarkFormModalApi] = useVbenModal({
connectedComponent: OrderUpdateRemarkForm,
destroyOnClose: true,
});