Commit b8406b3f authored by 武广's avatar 武广

fix: 去掉信息变更弹窗右上角关闭按钮

parent 8d6cdc7d
......@@ -35,6 +35,7 @@ const InfoAudit = props => {
<Modal
title="商品信息变更审核"
visible={props.visible}
closable={false}
footer={[
audit.status === 3 &&
props.canEditable &&
......
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