Commit 012d1d52 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 修改判断商品品牌审核类型的方式

parent b6868fdb
...@@ -174,7 +174,13 @@ const viewBrand: React.FC<{}> = () => { ...@@ -174,7 +174,13 @@ const viewBrand: React.FC<{}> = () => {
<Card headStyle={{borderBottom:'none'}} title="流程进度"> <Card headStyle={{borderBottom:'none'}} title="流程进度">
<Steps progressDot current={fixStep}> <Steps progressDot current={fixStep}>
<Step title="提交审核" description="供应商" /> <Step title="提交审核" description="供应商" />
<Step title="审核品牌" description="平台" /> {
brandInfo.type === 1
?
<Step title="审核品牌" description="供应商" />
:
<Step title="审核品牌" description="平台" />
}
<Step title="完成" description="" /> <Step title="完成" description="" />
</Steps> </Steps>
</Card> </Card>
......
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