Explorar el Código

fix: 修正删除表计型号的确认提示文案

yusheng hace 2 meses
padre
commit
816de17654
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/meterModel/index.vue

+ 1 - 1
src/views/meterModel/index.vue

@@ -219,7 +219,7 @@
       },
       // 删除
       handleDelete(row) {
-        this.$confirm('确认删除该能源分类吗?', '提示', {
+        this.$confirm('确认删除该表计型号吗?', '提示', {
           confirmButtonText: '确定',
           cancelButtonText: '取消',
           type: 'warning'