修复table列表在卡片登录状态前端显示偏离问题

This commit is contained in:
GuanBo 2021-11-13 01:29:37 +00:00 committed by Gitee
parent 322681560e
commit c12b7571f0
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@
{
field: 'status',
title: '登录状态',
align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(datas, value);
}