* [refac,0.2h] add story label for create a task page.

This commit is contained in:
tianshujie
2024-10-16 11:13:04 +08:00
committed by 刘梦艺
parent 0d62f0274f
commit e307e6ffe0
+1 -1
View File
@@ -138,7 +138,7 @@ class taskZen extends task
}
$this->view->testStories = $testStories;
$this->view->testStoryIdList = $testStoryIdList;
$this->view->stories = $stories;
$this->view->stories = $this->story->addGradeLabel($stories);
}
/**