Browse Source

修改消息页面表头显示

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8821 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
dongbw 9 years ago
parent
commit
1af175a3ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/tpl/index/home/pagingRelease.html

+ 2 - 2
src/main/webapp/resources/tpl/index/home/pagingRelease.html

@@ -172,9 +172,9 @@
         <thead>
             <tr class="header">
                 <th width="40" ng-hide="active == 'done'"></th>
-                <th width="150">推送时间</th>
+                <th width="150">发起时间</th>
                 <th width="500">信息详情</th>
-                <th width="150" ng-hide="active == 'todo'">发起时间</th>
+                <th width="150" ng-hide="active == 'todo'">阅读时间</th>
             </tr>
         </thead>
         <tbody>