From 421fb20be49d2daac64572d2c0e5feb8d3030bca Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 8 Jun 2023 18:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/outbounds/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/outbounds/index.vue b/src/views/outbounds/index.vue index a37f5a6..906ea52 100644 --- a/src/views/outbounds/index.vue +++ b/src/views/outbounds/index.vue @@ -216,7 +216,7 @@ mounted() { if(this.$route.path){ let path = this.$route.path.split("_")[1] - this.chukuType = path=='receive'?'领用':(path=='desposition'?'处置':'应急') + this.chukuType = path=='receive'?'领用':(path=='disposition'?'处置':'应急') } // this.getField()