|
|
|
@ -3268,7 +3268,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
{this.state.polls_status === undefined || this.state.polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(this.state.newoption === false ?
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5"
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5" style={{ width: 160}}
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</a>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
@ -3294,7 +3294,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5 mb20"
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5 mb20" style={{ width: 160}}
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</a>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
@ -3591,7 +3591,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
{this.state.polls_status === undefined || this.state.polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(this.state.newoption === false ?
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5"
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5" style={{ width: 160}}
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</a>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
@ -3617,7 +3617,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<a className=" defalutCancelbtn ml61 mt5 mb20"
|
|
|
|
|
<a className=" defalutCancelbtn ml61 mt5 mb20" style={{ width: 160}}
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</a>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
@ -3931,7 +3931,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5"
|
|
|
|
|
<a className="defalutCancelbtn ml61 mt5" style={{ width: 160}}
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</a>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
@ -3958,7 +3958,7 @@ class PollNewQuestbank extends Component {
|
|
|
|
|
{polls_status === undefined || polls_status === 1 ?
|
|
|
|
|
|
|
|
|
|
(newoption === false ?
|
|
|
|
|
<a className=" defalutCancelbtn ml61 mt5 mb20"
|
|
|
|
|
<a className=" defalutCancelbtn ml61 mt5 mb20 " style={{ width: 160}}
|
|
|
|
|
onClick={() => this.Addanotheroption(itemo.question.id)}>添加[其它]选项</a>
|
|
|
|
|
: "")
|
|
|
|
|
: ""}
|
|
|
|
|