|
|
@ -209,7 +209,9 @@ class CommonWorkAppraiseReply extends Component{
|
|
|
|
isAdmin || 评阅入口:超级管理员、老师和助教显示; -》 改成admin也不显示
|
|
|
|
isAdmin || 评阅入口:超级管理员、老师和助教显示; -》 改成admin也不显示
|
|
|
|
匿评人:匿评期间显示
|
|
|
|
匿评人:匿评期间显示
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
const needNiPingEditor = (allow_score && isNiPing);
|
|
|
|
|
|
|
|
|
|
|
|
// && isNiPing
|
|
|
|
|
|
|
|
const needNiPingEditor = (allow_score );
|
|
|
|
if (!needNiPingEditor && comment_scores.length == 0) {
|
|
|
|
if (!needNiPingEditor && comment_scores.length == 0) {
|
|
|
|
return ''
|
|
|
|
return ''
|
|
|
|
}
|
|
|
|
}
|
|
|
|