This commit is contained in:
黎永顺 2024-02-02 14:33:48 +08:00
parent b333b32f01
commit fc48c2c20d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const TaxDeclareTable: FC = (props) => {
render: (_: any, record: any) => (
<Space>
<Button type="link" onClick={() => handleEdit(record)}>{i18n["编辑"]}</Button>
{/*<Button type="link" onClick={() => handleDelete(record)}>{i18n["删除"]}</Button>*/}
<Button type="link" onClick={() => handleDelete(record)}>{i18n["删除"]}</Button>
</Space>
)
}