* [task#137137,done,1h] Display grade label in plan story block.

This commit is contained in:
daitingting
2025-02-10 11:19:41 +08:00
committed by 谢杞钰
parent 7b52d158ce
commit 6583a40e63
4 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class doc extends control
$this->view->users = $this->loadModel('user')->getPairs('noletter|pofirst|nodeleted');
$this->view->blockID = $blockID;
if($type == 'productStory' || $type == 'ER' || $type == 'UR') $this->docZen->assignStoryGradeData($type);
if(strpos(',productStory,ER,UR,planStory,', $type) !== false) $this->docZen->assignStoryGradeData($type);
$this->display();
}