This commit is contained in:
liumengyi
2024-03-05 15:25:15 +08:00
committed by caoyanyi
parent 01e97e2301
commit 47d58e8496
+4
View File
@@ -81,6 +81,10 @@ window.onRenderCell = function(result, {row, col})
if(module) result.unshift({html: '<span class="label gray-pale rounded-full">' + module + '</span>'}); // 添加模块标签
}
}
if(col.name == 'pri' && row.data.isScene)
{
result.shift(); // 移除场景优先级
}
}
if(row.data.lastEditedDate == '0000-00-00 00:00:00') row.data.lastEditedDate = '';