Commit e78d94e4c34e709548509c7f6486f4925660fec7

Authored by 潘钊
1 parent cd5561c2

update...

src/main/resources/static/real_control_v2/mapmonitor/fragments/playback_v3/left.html
@@ -209,6 +209,7 @@ @@ -209,6 +209,7 @@
209 var code2Name = gb_data_basic.lineCode2NameAll(); 209 var code2Name = gb_data_basic.lineCode2NameAll();
210 $.each(rs.list, function () { 210 $.each(rs.list, function () {
211 this.lineName = code2Name[this.lineId]; 211 this.lineName = code2Name[this.lineId];
  212 + this.nbbm = data.nbbm;
212 }); 213 });
213 //排序 214 //排序
214 rs.list.sort(function (a, b) { 215 rs.list.sort(function (a, b) {