Explorar el Código

取消作废 提示优化

ch hace 4 años
padre
commit
918d25ef76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      front-vue/src/views/service/cost/costManage.vue

+ 1 - 1
front-vue/src/views/service/cost/costManage.vue

@@ -770,7 +770,7 @@ export default {
         .catch(() => {
           this.$message({
             type: "warning",
-            message: "已取消删除",
+            message: "已取消作废",
           });
         }); 
     },