mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改任务模板
This commit is contained in:
parent
2e7b151543
commit
e81291c7ab
@ -82,7 +82,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'enter_time', title: '开始时间', minWidth: 180, templet: function (d) {
|
||||
field: 'enter_time', title: '执行时间', minWidth: 180, templet: function (d) {
|
||||
d.enter_time = d.enter_time || '', d.outer_time = d.outer_time || '0.0000';
|
||||
if (d.enter_time.length > 12) {
|
||||
return d.enter_time.substr(12) + '<span class="color-desc"> ( 耗时 ' + d.outer_time + ' )</span>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user