退款补正样式更改

This commit is contained in:
xixi 2024-09-04 16:03:58 +08:00
parent ec4565dd04
commit 75a94f49ae

View File

@ -399,7 +399,7 @@ export default function CorrectionModal(props: any) {
} else { } else {
messageApi.open({ messageApi.open({
type: 'error', type: 'error',
content: '请选择要退款项目' content: '请选择要补正项目'
}) })
} }