1
@@ -137,7 +137,7 @@
this.getList();
},
handleDelete(index, row) {
- this.$confirm('是否要删除该品牌', '提示', {
+ this.$confirm('是否要删除该类型', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
@@ -222,7 +222,7 @@ export default {
});
- this.$confirm("是否要删除该品牌", "提示", {
+ this.$confirm("是否要删除该分类", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",