mo преди 2 години
родител
ревизия
b6f6cd12d9
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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

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

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

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