|
|
|
@ -3897,15 +3897,21 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
}}
|
|
|
|
|
onInput={(e) => this.HandleInputChanges(e, indexo, indext)}></TextArea>
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
(itemo.question.question_type === 2&& itemo.question.answers.length === 3 ?
|
|
|
|
|
(indext ===1?
|
|
|
|
|
<a className="lineh-40" id="bianjibianji3"
|
|
|
|
|
onClick={() => this.Ewoption(itemo.question.id, itemo)}><Tooltip
|
|
|
|
|
title="新增"
|
|
|
|
|
placement={"bottom"}><i
|
|
|
|
|
className="color-green font-18 iconfont icon-roundaddfill"></i></Tooltip></a>
|
|
|
|
|
:"")
|
|
|
|
|
:
|
|
|
|
|
// (itemo.question.question_type === 2&& itemo.question.answers.length === 3 ?
|
|
|
|
|
// (itemo.question.answers[itemo.question.answers.length-1].answer_text === "其他" &&indext ===1?
|
|
|
|
|
// <a className="lineh-40" id="bianjibianji3"
|
|
|
|
|
// onClick={() => this.Ewoption(itemo.question.id, itemo)}><Tooltip
|
|
|
|
|
// title="新增"
|
|
|
|
|
// placement={"bottom"}><i
|
|
|
|
|
// className="color-green font-18 iconfont icon-roundaddfill"></i></Tooltip></a>
|
|
|
|
|
// :itemo.question.answers[itemo.question.answers.length-1].answer_text === "选项" &&indext ===1?
|
|
|
|
|
// <a className="lineh-40" id="bianjibianji3"
|
|
|
|
|
// onClick={() => this.Ewoption(itemo.question.id, itemo)}><Tooltip
|
|
|
|
|
// title="新增"
|
|
|
|
|
// placement={"bottom"}><i
|
|
|
|
|
// className="color-green font-18 iconfont icon-roundaddfill"></i></Tooltip></a>
|
|
|
|
|
// :"")
|
|
|
|
|
// :
|
|
|
|
|
itemo.question.answers.length > 2 && indext>1 ?
|
|
|
|
|
<span>
|
|
|
|
|
<a className="lineh-40 mr10"
|
|
|
|
@ -3940,9 +3946,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
placement={"bottom"}><i
|
|
|
|
|
className="color-green font-18 iconfont icon-roundaddfill"></i></Tooltip></a>
|
|
|
|
|
:"")
|
|
|
|
|
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
|
: "":""}
|
|
|
|
|
</p>)}
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|