Commit 3f9bc1ba authored by wzy's avatar wzy

fix: 26853-品类类型需隐藏多余选项

parent 64c8b1cd
......@@ -54,9 +54,9 @@ export const classSchema: ISchema = {
},
enum: [
{ label: '实物商品', value: 1 },
{ label: '虚拟商品', value: 2 },
{ label: '服务商品', value: 3 },
{ label: '积分兑换商品', value: 4 }
// { label: '虚拟商品', value: 2 },
// { label: '服务商品', value: 3 },
// { label: '积分兑换商品', value: 4 }
],
},
imageUrl: {
......
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