Commit ff8bf25d authored by 武广's avatar 武广

fix: 实物/虚拟商品编辑的时候不能添加规格

parent e7ee67bb
...@@ -150,7 +150,7 @@ const SpecificationTemplate = (props, _) => { ...@@ -150,7 +150,7 @@ const SpecificationTemplate = (props, _) => {
)} )}
</Form.Item> </Form.Item>
))} ))}
{fields.length < 3 && ( {fields.length < 3 && (!customer.isEdit || customer.isCard) && (
<Form.Item noStyle> <Form.Item noStyle>
<Button <Button
style={{ marginLeft: 10, marginBottom: 24 }} style={{ marginLeft: 10, marginBottom: 24 }}
......
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