Update index.html

This commit is contained in:
邹景立 2021-03-26 17:50:07 +08:00
parent 92eab01bd1
commit 83343b1160

View File

@ -25,6 +25,7 @@
<button class="layui-btn layui-btn-xs" data-reload type="button">刷 新</button>
</th>
<th class="text-left nowrap">通知标题</th>
<th class="text-left nowrap">阅读次数</th>
<th class="text-left nowrap">通知状态</th>
<th class="text-left nowrap">创建时间</th>
<th class="text-left nowrap"></th>
@ -41,6 +42,7 @@
<label><input class="list-sort-input" data-action-blur="{:request()->url()}" data-loading="false" data-value="id#{$vo.id};action#sort;sort#{value}" value="{$vo.sort}"></label>
</td>
<td class="text-left nowrap">{$vo.name|default=''}</td>
<td class="text-left nowrap sub-strong-blue">已阅读 <b>{$vo.num_read|default=''}</b></td>
<td class="text-left nowrap">{if $vo.status eq 0}<span class="color-red">已禁用</span>{elseif $vo.status eq 1}<span class="color-green">已激活</span>{/if}</td>
<td class="text-left nowrap">{$vo.create_at|format_datetime}</td>
<td class='text-left nowrap'>