Commit 04e9bec1 authored by wuting's avatar wuting

feat: 商城报价按钮

parent d4bd5793
......@@ -43,17 +43,17 @@ export const useSelfTable = () => {
return <>
{record.isSubmitCheck &&
<AuthButton btnCode='readyAddBid.submit' >
<AuthButton btnCode='MallReadyAddBid.submit' >
<Button type='link' onClick={() => handleSubmit(record)}>{intl.formatMessage({ id: 'table.purchase.submit' })}</Button>
</AuthButton>
}
<AuthButton btnCode='readyAddBid.eidt' >
<AuthButton btnCode='MallReadyAddBid.eidt' >
<Button type='link' onClick={() => handleEdit(record)}>{intl.formatMessage({ id: 'table.purchase.eidt' })}</Button>
</AuthButton>
{record.isAddTenderDelete &&
<AuthButton btnCode='readyAddBid.del' >
<AuthButton btnCode='MallReadyAddBid.del' >
<Popconfirm title={intl.formatMessage({ id: 'table.purchase.shifouyaoshanchu' })} onConfirm={() => handleDelete(record)}>
<Button type='link'>{intl.formatMessage({ id: 'table.purchase.delete' })}</Button>
</Popconfirm>
......
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