Browse Source

修正导出页面显示超出,修正表格title。

gzjzss 7 years ago
parent
commit
f56d56d193

File diff suppressed because it is too large
+ 2 - 2
application/controllers/Workorder.php


+ 3 - 3
application/views/templates/workorder/view.html

@@ -40,9 +40,9 @@
                         <table class="table table-hover table-bordered">
                             <thead>
                             <tr>
-                                <th width="20%">告警名称</th>
-                                <th width="10%">类型</th>
-                                <th width="10%">等级</th>
+                                <th width="20%">告警事件名称</th>
+                                <th width="10%">事件类型</th>
+                                <th width="10%">主机等级</th>
                                 <th width="15%">时间</th>
                                 <th>告警详情</th>
                             </tr>