From f1cdb8566390ddaa7bcc8bcce18f47c93ed406a9 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 16 Sep 2025 11:40:31 +0800 Subject: [PATCH] * [bug#65409,done,0.2h,0h] Adjust project execution tasks pri error. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index be2265a490..5de3872c8c 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -5021,7 +5021,7 @@ class executionModel extends model } } - $prefixLabel = "{$task->pri} "; + $prefixLabel = "" . zget($this->lang->task->priList, $task->pri) . ' '; if($task->isParent > 0) { $prefixLabel .= "{$this->lang->task->parentAB}";