Browse Source

auto commit

gcz 4 years ago
parent
commit
8e9b742634
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pms/origin/index.vue

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

@@ -230,7 +230,7 @@
         this.$router.push({path:'/pms/addorigin'});
       },
       handleDelete(index, row) {
-        this.$confirm('是否要删除该供应商?', '提示', {
+        this.$confirm('是否要删除该生产地?', '提示', {
           confirmButtonText: '确定',
           cancelButtonText: '取消',
           type: 'warning'