From d5dde81133373088de9f4971d9802d72b098ff29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 29 May 2023 09:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/order/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue index 399c4e7..e19af46 100644 --- a/src/views/system/order/index.vue +++ b/src/views/system/order/index.vue @@ -880,11 +880,11 @@ export default { } else if (res.data.evaluateSatisfaction == "SATISFIED") { this.query.evaluateSatisfaction = "满意"; } else if (res.data.evaluateSatisfaction == "DISSATISFIED") { - this.query.evaluateSatisfaction = "不满意"; + this.query.evaluateSatisfaction = "差"; } else if (res.data.evaluateSatisfaction == "VERYSATISFIED") { this.query.evaluateSatisfaction = "非常满意"; } else if (res.data.evaluateSatisfaction == "VERYDISSATISFIED") { - this.query.evaluateSatisfaction = "非常不满意"; + this.query.evaluateSatisfaction = "非常差"; } this.loading = false; this.editinnerVisible = true; @@ -922,11 +922,11 @@ export default { } else if (res.data.evaluateSatisfaction == "SATISFIED") { this.query.evaluateSatisfaction = "满意"; } else if (res.data.evaluateSatisfaction == "DISSATISFIED") { - this.query.evaluateSatisfaction = "不满意"; + this.query.evaluateSatisfaction = "差"; } else if (res.data.evaluateSatisfaction == "VERYSATISFIED") { this.query.evaluateSatisfaction = "非常满意"; } else if (res.data.evaluateSatisfaction == "VERYDISSATISFIED") { - this.query.evaluateSatisfaction = "非常不满意"; + this.query.evaluateSatisfaction = "非常差"; } this.loading = false; this.innerVisible4 = true;