浏览代码

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

gzjzss 7 年之前
父节点
当前提交
f56d56d193
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      application/controllers/Workorder.php
  2. 3 3
      application/views/templates/workorder/view.html

文件差异内容过多而无法显示
+ 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>