* [bug#54159,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2024-08-16 16:55:42 +08:00
committed by 王怡栋
parent 843d602488
commit f1d928b166
+2
View File
@@ -279,6 +279,8 @@ window.renderRowData = function($row, index, row)
const $team = info[0];
$team.render({disabled: true});
})
$row.find('[data-type=delete]').addClass('hidden'); // 已完成的成员不允许删除
}
if(row && row.hourDisabled)
{