操作日志新增消耗时间属性

This commit is contained in:
RuoYi
2023-02-16 11:57:40 +08:00
parent e26b65ca31
commit 00f2db99d8
7 changed files with 47 additions and 14 deletions

View File

@ -136,6 +136,14 @@
title: '操作时间',
sortable: true
},
{
field: 'costTime',
title: '消耗时间',
sortable: true,
formatter: function(value, row, index) {
return $.common.sprintf("%s毫秒", value);
}
},
{
title: '操作',
align: 'center',