| | |
| | | label="序号" |
| | | fixed |
| | | align="center" |
| | | key="topicid" |
| | | prop="topicid" |
| | | key="id" |
| | | prop="id" |
| | | /> |
| | | <el-table-column |
| | | label="题目标题" |
| | | fixed |
| | | align="center" |
| | | key="topic" |
| | | prop="topic" |
| | | key="script" |
| | | prop="script" |
| | | width="200" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | | label="题目内容" |
| | | align="center" |
| | | key="topicContent" |
| | | prop="topicContent" |
| | | key="scriptContent" |
| | | prop="scriptContent" |
| | | width="200" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | |
| | | <el-dialog title="题目预览" :visible.sync="topicVisible" width="50%"> |
| | | <div class="preview-left"> |
| | | <div class="dev-text"> |
| | | <span>{{ topicform.topicContent }}</span> |
| | | <span>{{ topicform.scriptContent }}</span> |
| | | </div> |
| | | |
| | | <div class="dev-xx" v-if="topicform.valueType == 1"> |
| | | <el-radio-group v-model="topicform.asrtext"> |
| | | <el-radio |
| | | v-for="(topicforms, index) in topicform.svyLibTopicoptions" |
| | | v-for="(topicforms, index) in topicform.svyLibScriptOptions" |
| | | :key="topicforms.optioncontent" |
| | | :label="topicforms.optioncontent" |
| | | >{{ topicforms.optioncontent }}</el-radio |
| | |
| | | compileUpdate(row) { |
| | | this.$router.push({ |
| | | path: "/knowledge/questionbank/particulars/", |
| | | query: { id: row.topicid }, |
| | | query: { id: row.id }, |
| | | }); |
| | | }, |
| | | // 疾病----------------------- |