* Code for task teams table style.

This commit is contained in:
sunguangming
2023-06-16 08:47:44 +08:00
parent 262f3d3602
commit 321f952849
+2 -1
View File
@@ -76,10 +76,11 @@ if($task->team)
),
h::td
(
$team->left
(float)$team->left
),
h::td
(
setClass("status-{$team->status}"),
zget($lang->task->statusList, $team->status)
),
);