From e37e5966f637f62b59b247ded62a7b6aa9ee144f Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.112>
Date: 星期四, 03 一月 2019 16:11:09 +0800
Subject: [PATCH] 电池信息配置添加投入使用日期
---
gx_tieta/WebRoot/iframe/batt-station-update.html | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/iframe/batt-station-update.html b/gx_tieta/WebRoot/iframe/batt-station-update.html
index ec524b6..633ec9b 100644
--- a/gx_tieta/WebRoot/iframe/batt-station-update.html
+++ b/gx_tieta/WebRoot/iframe/batt-station-update.html
@@ -38,8 +38,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>
@@ -47,6 +49,8 @@
<tr>
<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>
--
Gitblit v1.9.1