Commit c40c4cd3 authored by Bill's avatar Bill

fix: 修改详情不能点击添加供应商信息按钮 bugId=2238

parent 29d6dd7a
......@@ -121,7 +121,8 @@ const FormilyUploadEnclosure: React.FC<Iprops> & { isFieldComponent: boolean } =
{
renderTable()
}
{renderAddition}
{editable && renderAddition || null}
</div>
)
}
......
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