补全显示未完全的html标签
This commit is contained in:
parent
35c8470db6
commit
eaa53294b2
@ -51,8 +51,8 @@
|
|||||||
title: '编号',
|
title: '编号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80
|
width: 80
|
||||||
},{ field: 'status', title: '状态', align: 'center', width: 80, templet: function (d) {
|
},{ field: 'check_status', title: '状态', align: 'center', width: 80, templet: function (d) {
|
||||||
var html = '<span class="layui-btn layui-btn-xs layui-bg-' + d.status + '">' + d.status_name + '</span>';
|
var html = '<span class="layui-btn layui-btn-xs layui-bg-' + d.check_status + '">' + d.status_name + '</span>';
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{/volist}
|
{/volist}
|
||||||
{/empty}
|
{/empty}
|
||||||
</table
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user