|
|
|
|
@ -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<ZptjPage> {
|
|
|
|
|
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),
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|