Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
shenshaokai
jinfa-platform
Commits
61dee5e8
Commit
61dee5e8
authored
Jan 21, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复状态文本不显示的问题
parent
5eb7d90a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
...fterService/repairManage/components/FlowRecords/index.tsx
+3
-3
No files found.
src/pages/afterService/repairManage/components/FlowRecords/index.tsx
View file @
61dee5e8
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-04 18:22:57
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-12-24 10:55:25
* @LastEditTime: 202
1-01-19 20:30:44
* @Description: 内、外部流转记录
*/
import
React
from
'react'
;
...
...
@@ -108,10 +108,10 @@ const FlowRecords: React.FC<FlowRecordsProps> = ({ outerHistory = [], innerHisto
},
{
title
:
'状态'
,
dataIndex
:
'status
Name
'
,
dataIndex
:
'status'
,
align
:
'center'
,
render
:
(
text
,
record
)
=>
(
<
Badge
color=
{
REPAIR_INNER_STATUS_BADGE_MAP
[
record
.
status
]
}
text=
{
text
}
/>
<
Badge
color=
{
REPAIR_INNER_STATUS_BADGE_MAP
[
record
.
status
Code
]
||
'#606266'
}
text=
{
text
}
/>
),
},
{
...
...
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