From f36ba10f2285e8584c53d8938a73bcacf0dd5332 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 19 Jan 2024 10:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9=EF=BC=9A?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=91=98=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/config.js | 2 +- src/views/system/service/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/router/modules/config.js b/src/router/modules/config.js index 144d55f..c224c52 100644 --- a/src/router/modules/config.js +++ b/src/router/modules/config.js @@ -24,7 +24,7 @@ const configRouter = path: 'service', name: 'Service', meta: { - title: '客服管理' + title: '员工管理' }, component: () => import('@/views/system/service/index') }, diff --git a/src/views/system/service/index.vue b/src/views/system/service/index.vue index e1da299..b113303 100644 --- a/src/views/system/service/index.vue +++ b/src/views/system/service/index.vue @@ -19,7 +19,7 @@ - 添加客服 + 添加员工 - + this.getList()) }, onDel(id, idx) { - this.$modalSure('删除该客服吗').then(() => { + this.$modalSure('删除该员工吗').then(() => { serviceDeleteApi(id).then(({ message }) => { this.$message.success(message) this.tableData.data.splice(idx, 1)