案例小优化

This commit is contained in:
zhangsir
2024-09-11 20:47:49 +08:00
parent af1b7040ea
commit 95de64a5ee
3 changed files with 13 additions and 11 deletions

View File

@@ -289,7 +289,7 @@ export default {
this.$message.error('最多推荐10个')
return
}
this.$confirm('你确认要推荐此案例?', '提示', {
this.$confirm('你确认要推荐此案例?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
@@ -304,7 +304,7 @@ export default {
})
},
handleNotRank(record){
this.$confirm('你确认要取消推荐?', '提示', {
this.$confirm('你确认要取消推荐?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'