hyzp_ybqx-Commit074:更新版本为1.4.10+20220104,将各个点位的编号都改为1-x,包括点位信息、点位视频、点位地图、LED信息等

This commit is contained in:
WinUser01
2022-01-04 11:05:36 +08:00
parent 568fc2e51b
commit a8f3a8f117
7 changed files with 23 additions and 13 deletions
+5 -2
View File
@@ -160,9 +160,12 @@ class _DwspPageState extends State<DwspGetList> {
child: ListTile(
//leading: new Icon(Icons.phone),
contentPadding: EdgeInsets.symmetric(horizontal: 15.0, vertical: 0),
title: Text(
"${listDwspGetList2[indexRecord]['id'].toString()}. ${listDwspGetList2[indexRecord]['dwmc']}",
title: Text("${(indexRecord + 1).toString()}. ${listDwspGetList2[indexRecord]['dwmc']}",
style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold)),
// title: Text(
// "${listDwspGetList2[indexRecord]['id'].toString()}. ${listDwspGetList2[indexRecord]['dwmc']}",
// style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold)),
// title: Text(
// "${listDwspGetList2[indexRecord]['dwbh'].toString()}. ${listDwspGetList2[indexRecord]['dwmc']}",
// style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold)),