gcz il y a 4 ans
Parent
commit
dd638df893
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/views/pms/productAttr/index.vue
  2. 1 1
      src/views/pms/productCate/index.vue

+ 1 - 1
src/views/pms/productAttr/index.vue

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

+ 1 - 1
src/views/pms/productCate/index.vue

@@ -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'