Browse Source

取消作废 提示优化

ch 4 years ago
parent
commit
918d25ef76
1 changed files with 1 additions and 1 deletions
  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: "已取消作废",
           });
         }); 
     },