Commit e6f370e1 by 吴春元

bug 修改

parent be51012f
...@@ -212,21 +212,23 @@ class _OverseerHistoryListPageState extends State<OverseerHistoryListPage> { ...@@ -212,21 +212,23 @@ class _OverseerHistoryListPageState extends State<OverseerHistoryListPage> {
const TextSpan( const TextSpan(
text: " 人", text: " 人",
style: TextStyle(color: ColorConst.greenColor)), style: TextStyle(color: ColorConst.greenColor)),
const TextSpan( if (mHistoryListData![index].incomplete != 0) ...[
text: " | ", const TextSpan(
style: TextStyle(color: ColorConst.greyD2Color)), text: " | ",
const TextSpan( style: TextStyle(color: ColorConst.greyD2Color)),
text: "进行中 ", const TextSpan(
style: TextStyle(color: ColorConst.red1BgColor)), text: "进行中 ",
TextSpan( style: TextStyle(color: ColorConst.red1BgColor)),
text: mHistoryListData![index].incomplete!.toString(), TextSpan(
style: const TextStyle( text: mHistoryListData![index].incomplete!.toString(),
color: ColorConst.red1BgColor, style: const TextStyle(
fontSize: 18, color: ColorConst.red1BgColor,
fontWeight: FontWeight.bold)), fontSize: 18,
const TextSpan( fontWeight: FontWeight.bold)),
text: " 人", const TextSpan(
style: TextStyle(color: ColorConst.red1BgColor)), text: " 人",
style: TextStyle(color: ColorConst.red1BgColor)),
]
])), ])),
const SizedBox(height: 5), const SizedBox(height: 5),
Text.rich( Text.rich(
......
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