master
This commit is contained in:
parent
b333b32f01
commit
fc48c2c20d
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue