|
@@ -197,7 +197,7 @@
|
|
|
this.$router.push({path:'/pms/updateProductCate',query:{id:row.id}});
|
|
|
},
|
|
|
handleDelete(index, row) {
|
|
|
- this.$confirm('是否要删除该品牌', '提示', {
|
|
|
+ this.$confirm('是否要删除该分类', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|