소스 검색

修正导出页面显示超出,修正表格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>