D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/WebRoot/iframe/batt-station-update.html
@@ -38,15 +38,19 @@
      <table class="hdw-tbl">
         <thead>
            <tr>
               <th style="width:30%">设备ID</th>
               <th style="width:120px">设备ID</th>
               <th>机房名称</th>
               <th>版本号</th>
               <th>升级文件名</th>
            </tr>
         </thead>
         <tbody>
            {{# layui.each(d, function(index, item){ }}
               <tr>
                  <td>{{ item.FBSDeviceId }}</td>
                  <td>{{ item.StationName }}</td>
                  <td>{{ item.fbsid }}</td>
                  <td>{{ item.stationname }}</td>
                  <td>{{ item.version }}</td>
                  <td>{{ item.filename }}</td>
               </tr>
            {{# }); }}
         </tbody>
@@ -59,8 +63,10 @@
         <table class="hdw-tbl">
            <thead>
               <tr>
                  <th style="width:30%">设备ID</th>
                  <th style="width:120px">设备ID</th>
                  <th>机房名称</th>
                  <th>版本号</th>
                  <th>升级文件名</th>
               </tr>
            </thead>
            <tbody>
@@ -68,6 +74,8 @@
                  <tr>
                     <td>{{ item.fbsid }}</td>
                     <td>{{ item.stationname }}</td>
                     <td>{{ item.version }}</td>
                     <td>{{ item.filename }}</td>
                  </tr>
               {{# }); }}
            </tbody>