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
+4 -2
View File
@@ -131,8 +131,10 @@ class _SbglPageState extends State<DwxxGetList> {
// title: Text(
// "${listSbglGetList2[indexRecord]['dwbh'].toString()}. ${listSbglGetList2[indexRecord]['dwmc']}",
// style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold)),
title: Text(
"${listSbglGetList2[indexRecord]['id'].toString()}. ${listSbglGetList2[indexRecord]['dwmc']}",
// title: Text(
// "${listSbglGetList2[indexRecord]['id'].toString()}. ${listSbglGetList2[indexRecord]['dwmc']}",
// style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold)),
title: Text("${(indexRecord + 1).toString()}. ${listSbglGetList2[indexRecord]['dwmc']}",
style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold)),
subtitle: Text(
'dwIP:${listSbglGetList2[indexRecord]['dwip']},${listSbglGetList2[indexRecord]['dwzt']}',