This commit is contained in:
tianshujie
2024-04-26 09:00:47 +08:00
parent ae9ef45621
commit 36f2c24a97
+1 -1
View File
@@ -235,7 +235,7 @@ window.getCol = function(col)
window.getItem = function(info)
{
if(info.item.delay)
if(info.item.delay && ['wait', 'doing'].includes(info.item.status))
{
info.item.suffix = productplanLang.expired;
info.item.suffixClass = 'label danger rounded-xl' + (info.item.status == 'doing' ? ' mr-8' : '');