1、用户管理查看提示接口异常信息
2、业务配置界面展示log_total 3、修复实时报表导出部分字段转成日期型及来函信息展示is_valid为1或3的数据 4、日志界面link_id添加字典处理
This commit is contained in:
@@ -526,8 +526,7 @@
|
||||
if (!cell.t) {
|
||||
if (types.number.assert(cell.v)) cell.t = 'n';
|
||||
else if (types.boolean.assert(cell.v)) cell.t = 'b';
|
||||
else if (types.date.assert(cell.v)) cell.t = 'd';
|
||||
else cell.t = 's';
|
||||
else cell.t = 's';
|
||||
}
|
||||
|
||||
if (cell.t === 'd') {
|
||||
|
||||
Reference in New Issue
Block a user