Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-admin
Commits
012d1d52
Commit
012d1d52
authored
Jan 12, 2022
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改判断商品品牌审核类型的方式
parent
b6868fdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
viewBrand.tsx
...ges/productManage/trademark/trademarkSearch/viewBrand.tsx
+7
-1
No files found.
src/pages/productManage/trademark/trademarkSearch/viewBrand.tsx
View file @
012d1d52
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment