修复table列表在卡片登录状态前端显示偏离问题
This commit is contained in:
parent
322681560e
commit
c12b7571f0
|
|
@ -107,7 +107,6 @@
|
||||||
{
|
{
|
||||||
field: 'status',
|
field: 'status',
|
||||||
title: '登录状态',
|
title: '登录状态',
|
||||||
align: 'center',
|
|
||||||
formatter: function(value, row, index) {
|
formatter: function(value, row, index) {
|
||||||
return $.table.selectDictLabel(datas, value);
|
return $.table.selectDictLabel(datas, value);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue