| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="是否可用" prop="isAvailable"> |
| | | <el-select |
| | | v-model="indexform.isAvailable" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="index in usable" |
| | | :key="index.value" |
| | | :label="index.label" |
| | | :value="index.value" |
| | | ></el-option> |
| | | </el-select> |
| | | |
| | | <el-radio-group v-model="indexform.isAvailable"> |
| | | <el-radio |
| | | v-for="(item, index) in usable" |
| | | :label="item.value" |
| | | >{{ item.label }}</el-radio |
| | | > |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | /> |
| | | </el-form-item> </el-col |
| | | ></el-row> |
| | | <el-form-item label="插入填空" prop="scriptContent"> |
| | | <!-- <el-form-item label="插入填空" prop="scriptContent"> |
| | | <div style="display: flex; margin-bottom: 10px"> |
| | | <div class="tsgname" @click="tsgnameto">插入填空</div> |
| | | </div> |
| | | </el-form-item> |
| | | </el-form-item> --> |
| | | <el-form-item label="标签" prop="desc" v-if="!measurement"> |
| | | <div class="xinz-inf"> |
| | | <el-tag |
| | |
| | | > |
| | | <el-radio :label="1">单选</el-radio> |
| | | <el-radio :label="2">多选</el-radio> |
| | | <el-radio :label="3">填空</el-radio> |
| | | <!-- <el-radio :label="3">填空</el-radio> --> |
| | | <el-radio :label="4">问答</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | |
| | | <el-row v-if="!measurement"> |
| | | <el-col :span="24"> |
| | | <el-form-item label="适用场景" prop="suitWayList"> |
| | | <el-select |
| | | <!-- <el-select |
| | | class="el-select1" |
| | | v-model="indexform.suitWayList" |
| | | multiple |
| | |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="index in mode" |
| | | :key="index.value" |
| | | :label="index.label" |
| | | :value="index.value" |
| | | v-for="item in mode" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-select> --> |
| | | <el-checkbox-group v-model="indexform.suitWayList"> |
| | | <el-checkbox v-for="item in mode" :label="item.value">{{ |
| | | item.label |
| | | }}</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | @xiayioption="xiayioption" |
| | | /> |
| | | </el-card> |
| | | <div v-if="indexform.scriptType == 3"> |
| | | <!-- <div v-if="indexform.scriptType == 3"> |
| | | <el-form-item label="收集信息"> |
| | | <el-card class="box-card"> |
| | | <div v-for="item in testuserList" style="margin-bottom: 10px"> |
| | |
| | | </div> |
| | | </el-card> |
| | | </el-form-item> |
| | | </div> |
| | | </div> --> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="12"> |
| | | <el-form-item label="测试输入" prop="nickName"> |
| | |
| | | targetoptionid: item.targetoptionid, |
| | | isabnormal: item.isabnormal, |
| | | picturePath: item.picturePath, |
| | | optiondesc: item.optiondesc, |
| | | }; |
| | | }); |
| | | console.log(this.testuserList); |
| | |
| | | width: 300px; |
| | | height: 400px; |
| | | } |
| | | } |
| | | .el-select { |
| | | width: 40%; |
| | | } |
| | | ::v-deep.el-tabs--left, |
| | | .el-tabs--right { |