[前端-后台]再次修改部分措辞,修改boolen值的显示方法(再次改进)[CI SKIP]

This commit is contained in:
esp
2015-08-27 15:30:11 +08:00
parent f3b88e85fc
commit 979a2070cd
7 changed files with 9 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
<th>创建时间</th>
<th>更新时间</th>
<th>创建者</th>
<th>可见范围</th>
<th>类型</th>
<th>可见</th>
<th></th>
</tr>
@@ -18,7 +18,7 @@
<td>{{ el.last_update_time|date("yyyy-MM-dd HH:mm:ss")}}</td>
<td>{{ el.created_by.username }}</td>
<td ms-text="el.is_global?'全局可见':'组内可见'"></td>
<td>{{ getYesOrNo(el.visible)}}</td>
<td ms-text="el.visible?'可见':'不可见'"></td>
<td>
<button class="btn-sm btn-info" ms-click="editAnnouncement(el)">编辑</button>
</td>