| | |
| | | :show-overflow-tooltip="true" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span v-for="item in scope.row.tag.split(',')" |
| | | >{{ item }}、 |
| | | <span v-for="item in scope.row.svyLibScriptTagList" |
| | | >{{ item.tagname }}、 |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <span>{{ topicform.scriptContent }}</span> |
| | | </div> |
| | | |
| | | <div class="dev-xx" v-if="topicform.scriptType != 3 && topicform.scriptType != 4"> |
| | | <div |
| | | class="dev-xx" |
| | | v-if="topicform.scriptType != 3 && topicform.scriptType != 4" |
| | | > |
| | | <el-radio-group v-model="topicform.asrtext"> |
| | | <el-radio |
| | | v-for="(topicforms, index) in topicform.svyLibScriptOptions" |