WXL
2024-07-24 8f7984b1485afa194190af2106a4b364b4fcc616
src/views/knowledge/questionbank/particulars/index.vue
@@ -6,6 +6,9 @@
          <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>
@@ -222,6 +225,7 @@
                    @change="handleInputConfirm"
                    filterable
                    remote
                    allow-create
                    reserve-keyword
                    default-first-option
                    :remote-method="remoteMethodtag"
@@ -290,14 +294,16 @@
              </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