|
|
|
@ -209,7 +209,7 @@ class GraduationTasksappraiseMainEditor extends Component{
|
|
|
|
|
`}</style>
|
|
|
|
|
{this.props.title && <span className="mainEditorTitle color-grey-6">{this.props.title}</span>}
|
|
|
|
|
<TPMMDEditor ref={this.mdRef} mdID={'appraiseEditor'} placeholder={placeholder || "请在此输入对本作品的评语,最大限制2000个字符"}
|
|
|
|
|
watch={false} height={160} className={errorMessage ? 'editorInputError' : ''}></TPMMDEditor>
|
|
|
|
|
watch={false} height={160} className={errorMessage ? 'editorInputError' : ''} imageExpand={true}></TPMMDEditor>
|
|
|
|
|
{ showSameScore == true && <div>
|
|
|
|
|
<Checkbox checked={same_score} onChange={this.same_score_change}>整组同评</Checkbox>
|
|
|
|
|
<span className={"font-14 color-grey-9"}>(选中,则本次评阅对象指小组全部成员,否则仅评阅此成员1人 )</span>
|
|
|
|
|