Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
special_equipment_flutter
Overview
Overview
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
吴春元
special_equipment_flutter
Commits
e6f370e1
Commit
e6f370e1
authored
May 27, 2024
by
吴春元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
be51012f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
overseer_history_list_page.dart
lib/ui/overseer/overseer_history_list_page.dart
+17
-15
No files found.
lib/ui/overseer/overseer_history_list_page.dart
View file @
e6f370e1
...
...
@@ -212,21 +212,23 @@ class _OverseerHistoryListPageState extends State<OverseerHistoryListPage> {
const
TextSpan
(
text:
" 人"
,
style:
TextStyle
(
color:
ColorConst
.
greenColor
)),
const
TextSpan
(
text:
" | "
,
style:
TextStyle
(
color:
ColorConst
.
greyD2Color
)),
const
TextSpan
(
text:
"进行中 "
,
style:
TextStyle
(
color:
ColorConst
.
red1BgColor
)),
TextSpan
(
text:
mHistoryListData
![
index
].
incomplete
!.
toString
(),
style:
const
TextStyle
(
color:
ColorConst
.
red1BgColor
,
fontSize:
18
,
fontWeight:
FontWeight
.
bold
)),
const
TextSpan
(
text:
" 人"
,
style:
TextStyle
(
color:
ColorConst
.
red1BgColor
)),
if
(
mHistoryListData
![
index
].
incomplete
!=
0
)
...[
const
TextSpan
(
text:
" | "
,
style:
TextStyle
(
color:
ColorConst
.
greyD2Color
)),
const
TextSpan
(
text:
"进行中 "
,
style:
TextStyle
(
color:
ColorConst
.
red1BgColor
)),
TextSpan
(
text:
mHistoryListData
![
index
].
incomplete
!.
toString
(),
style:
const
TextStyle
(
color:
ColorConst
.
red1BgColor
,
fontSize:
18
,
fontWeight:
FontWeight
.
bold
)),
const
TextSpan
(
text:
" 人"
,
style:
TextStyle
(
color:
ColorConst
.
red1BgColor
)),
]
])),
const
SizedBox
(
height:
5
),
Text
.
rich
(
...
...
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