From fafb42842857e5c32bc45b8de10e37c6bac23b09 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Sat, 23 Jul 2022 14:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E6=8C=87?= =?UTF-8?q?=E6=B4=BE=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/customer.vue | 6 +++--- pages/mine/reception/addreception.vue | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pages/index/customer.vue b/pages/index/customer.vue index 4b48042..4e3181f 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -136,11 +136,11 @@ - 接待延时 - 重新指派 + 接待延时 + 重新指派 结束接待 - + 指派顾问 diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue index fdc0371..5ec4749 100644 --- a/pages/mine/reception/addreception.vue +++ b/pages/mine/reception/addreception.vue @@ -54,13 +54,12 @@ - 顾问 - + 顾问 + 接待顾问 - {{text}} 请选择接待顾问 @@ -251,7 +250,11 @@ this.parames.howMany = num; }, clickShowhid() { - if (this.userInfo.userRoleType == 6) { + if (!this.isShow) { + uni.showToast({ + icon: "none", + title: '您没有指派权限~' + }) return } if (this.freeList.length == 0) {