hyzp_ybqx-Commit074:更新版本为1.4.10+20220104,将各个点位的编号都改为1-x,包括点位信息、点位视频、点位地图、LED信息等
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user