Commit 5e562b00 authored by XieZhiXiong's avatar XieZhiXiong

收到的评论详情删除修改按钮

parent b42a4be1
......@@ -144,18 +144,7 @@ const ReceivedDetail: React.FC = () => {
}
extra={(
<>
{
pageStatus === PageStatus.EDIT && (
<Button
type="primary"
icon={<FormOutlined />}
loading={submitLoading}
onClick={() => formActions.submit()}
>
修改
</Button>
)
}
</>
)}
>
......
......@@ -144,18 +144,7 @@ const ReceivedDetail: React.FC = () => {
}
extra={(
<>
{
pageStatus === PageStatus.EDIT && (
<Button
type="primary"
icon={<FormOutlined />}
loading={submitLoading}
onClick={() => formActions.submit()}
>
修改
</Button>
)
}
</>
)}
>
......
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