提交 a5eb175a authored 作者: pengxiaohui's avatar pengxiaohui

修改删除提示语

上级 f5fd6173
......@@ -88,7 +88,7 @@ export default {
},
// 删除课程
onRemove(row) {
this.$confirm('课程删除请谨慎操作,确定删除?', '删除课程', {
this.$confirm('你确定要删除此项吗', '确认提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
......
......@@ -73,7 +73,7 @@ export default {
},
// 删除
onRemove(row) {
this.$confirm('班级删除请谨慎操作,确定删除?', '删除班级', {
this.$confirm('你确定要删除此项吗', '确认提示', {
confirmButtonText: '删除',
cancelButtonText: '取消',
type: 'warning'
......
......@@ -81,7 +81,7 @@ export default {
methods: {
// 删除
onRemove(row) {
this.$confirm('班级删除请谨慎操作,确定删除?', '删除班级', {
this.$confirm('你确定要删除此项吗', '确认提示', {
confirmButtonText: '删除',
cancelButtonText: '取消',
type: 'warning'
......
......@@ -109,7 +109,7 @@ export default {
},
// 删除
onRemove(row) {
this.$confirm('学员删除请谨慎操作,确定删除?', '删除学员', {
this.$confirm('你确定要删除此项吗', '确认提示', {
confirmButtonText: '删除',
cancelButtonText: '取消',
type: 'warning'
......
......@@ -99,7 +99,7 @@ export default {
},
// 删除
onRemove(row) {
this.$confirm('教师删除请谨慎操作,确定删除?', '删除教师', {
this.$confirm('你确定要删除此项吗', '确认提示', {
confirmButtonText: '删除',
cancelButtonText: '取消',
type: 'warning'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论