修复table列表在卡片视图下状态开关、公告类型以及操作按钮前端显示偏离问题

This commit is contained in:
GuanBo 2021-11-13 01:24:34 +00:00 committed by Gitee
parent 66d0dcae9b
commit 322681560e
1 changed files with 0 additions and 3 deletions

View File

@ -77,7 +77,6 @@
{
field: 'noticeType',
title: '公告类型',
align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(types, value);
}
@ -85,7 +84,6 @@
{
field: 'status',
title: '状态',
align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(datas, value);
}
@ -101,7 +99,6 @@
},
{
title: '操作',
align: 'center',
formatter: function(value, row, index) {
var actions = [];
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.editFull(\'' + row.noticeId + '\')"><i class="fa fa-edit"></i>编辑</a> ');