| | |
| | | title="点击需要纠正的多音字,选择正确的发音" |
| | | width="500" |
| | | @close="dialogVisible = false" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <el-tag |
| | | v-for="(item, index) in textList" |
| | |
| | | {{ item }} |
| | | </el-tag> |
| | | </el-dialog> |
| | | <el-dialog v-model="dialogVisible1" title="提示" width="500px" style="height: 150px"> |
| | | <el-dialog v-model="dialogVisible1" title="提示" width="500px" style="height: 150px" :close-on-click-modal="false" > |
| | | <p style="margin-bottom: 20px; font-size: 18px">是否要将此模板应用到所有页面</p> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="handleTemplateSelection1(1)">应用当前页</el-button> |
| | | <el-button type="primary" @click="handleTemplateSelection1(2)">应用所有页</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | <el-dialog v-model="dialogVisible2" title="提示" width="500px" style="height: 150px"> |
| | | <el-dialog v-model="dialogVisible2" title="提示" width="500px" style="height: 150px" :close-on-click-modal="false" > |
| | | <p style="margin-bottom: 20px; font-size: 18px">是否要将此数字人应用到所有页面</p> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="chooseHost1(1)">应用当前页</el-button> |
| | |
| | | message.warning('请先选择要删除的ppt') |
| | | } else { |
| | | PPTArr.value = PPTArr.value.filter((child) => child.isChecked !== true) |
| | | |
| | | DeleteD.value = true |
| | | } |
| | | } |
| | | |