From 02032a40a2ca786471c3087c8ce1fb331041b9b3 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Thu, 6 Jan 2022 20:05:27 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit075=EF=BC=9A=E5=9C=A8?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=95=B0=E6=8D=AE=E8=A1=A8=E6=A0=BC=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=E5=90=84=E4=B8=AA=E7=82=B9=E4=BD=8D=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E9=83=BD=E6=94=B9=E4=B8=BA1-x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/Works/TJXX/zptj_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/Works/TJXX/zptj_page.dart b/lib/pages/Works/TJXX/zptj_page.dart index c7a3639..2dcc34f 100644 --- a/lib/pages/Works/TJXX/zptj_page.dart +++ b/lib/pages/Works/TJXX/zptj_page.dart @@ -3,7 +3,6 @@ import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:fluttertoast/fluttertoast.dart'; -import 'package:hyzp_ybqx/components/save_data_to_file.dart'; import 'package:hyzp_ybqx/pages/Works/TJXX/zptj_bar_chart.dart'; import 'package:hyzp_ybqx/pages/Works/TJXX/zptj_bar_chart_one.dart'; @@ -179,7 +178,8 @@ class _ZptjPageState extends State { return SizedBox( width: ScreenUtil().setWidth(width), child: Text( - '${listAllStatisData[indexRecord]["id"].toString()}. ${listAllStatisData[indexRecord]["dwmc"]}', + // '${listAllStatisData[indexRecord]["id"].toString()}. ${listAllStatisData[indexRecord]["dwmc"]}', + '${(indexRecord + 1).toString()}. ${listAllStatisData[indexRecord]["dwmc"]}', style: TextStyle(fontSize: 16), ), );