From b4d6944076f1df6eedaae35c4c2a7072fe988e8a Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 30 四月 2024 15:34:02 +0800 Subject: [PATCH] update: package-lock.json --- PAMapp/components/BackActionBar.vue | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index f7981a0..c6c5ef7 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/PAMapp/components/BackActionBar.vue @@ -11,7 +11,6 @@ import { namespace } from 'nuxt-property-decorator'; import { Vue, Component,} from 'vue-property-decorator'; -import * as _ from 'lodash'; import { Role } from '~/shared/models/enum/Role'; const appointmentStore = namespace('appointment.store'); @@ -54,7 +53,7 @@ break; case 'agentInfo': const agentFeatureLabel = this.$route.name.includes('edit') ? '蝺刻摩撣唾����' : '���董�����'; - featureLabel = _.isEqual(this.currentRole,Role.ADMIN) + featureLabel = this.currentRole === Role.ADMIN ? agentFeatureLabel : '璆剖�鞈��' break; @@ -74,14 +73,11 @@ case 'accountSetting': featureLabel = '�犖撣唾�身摰�'; break; - case 'appointmentAgenda': - featureLabel = '�撠�赤����'; - break; case 'consultantAccountSetting': featureLabel = '���董�����'; break; case 'faq': - featureLabel = 'F&Q 撣貉����'; + featureLabel = 'FAQ 撣貉����'; break; case 'appointment': const appointmentFeatureLabel = this.$route.name.includes('close') -- Gitblit v1.8.0