Commit c178d680 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复按钮权限导致国际化被弄的问题

parent 610b6631
...@@ -178,7 +178,7 @@ const ReturnPrSubmit: React.FC = () => { ...@@ -178,7 +178,7 @@ const ReturnPrSubmit: React.FC = () => {
type="link" type="link"
danger danger
> >
{intl.formatMessage({ id: 'afterService.common.del' }, { default: '删除' })} {intl.formatMessage({ id: 'afterService.common.delete' }, { default: '删除' })}
</Button> </Button>
</Popconfirm> </Popconfirm>
</AuthButton> </AuthButton>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment