| | |
| | | <div class="headline"> |
| | | 题目设置详情 |
| | | <span style="float: right; margin-right: 30px" |
| | | ><el-button type="success" @click="Saveproblem">预览</el-button> |
| | | </span> |
| | | <span style="float: right; margin-right: 30px" |
| | | ><el-button type="primary" @click="Saveproblem">保 存</el-button> |
| | | </span> |
| | | </div> |
| | |
| | | @change="handleInputConfirm" |
| | | filterable |
| | | remote |
| | | allow-create |
| | | reserve-keyword |
| | | default-first-option |
| | | :remote-method="remoteMethodtag" |
| | |
| | | </el-form-item> |
| | | </el-row> |
| | | </div> |
| | | <div v-if="topicobj.scriptType != 3"> |
| | | <div v-if="topicobj.scriptType != 3 && topicobj.scriptType != 4"> |
| | | <div class="headline"> |
| | | 选项设置<span style="margin-left: 30px" |
| | | ><el-button type="primary" round @click="addoption" |
| | | >+新增</el-button |
| | | ></span |
| | | > |
| | | <span style="margin-left: 30px">选中指标:{{topicobj.scriptTopic}}</span> |
| | | <span style="margin-left: 30px" |
| | | >选中指标:{{ topicobj.scriptTopic }}</span |
| | | > |
| | | <span style="margin-left: 30px" |
| | | ><el-button type="success" round @click="gettargetInfo" |
| | | >+选择指标</el-button |