diff --git a/src/api/phone.js b/src/api/phone.js index 09f21e5..9dee42c 100644 --- a/src/api/phone.js +++ b/src/api/phone.js @@ -26,7 +26,7 @@ params }) } -// 绑定坐席 +// 绑定座席 export function bindSeats(params) { return request({ url: '/extensionPhone/bindUsers', diff --git a/src/api/phone.js b/src/api/phone.js index 09f21e5..9dee42c 100644 --- a/src/api/phone.js +++ b/src/api/phone.js @@ -26,7 +26,7 @@ params }) } -// 绑定坐席 +// 绑定座席 export function bindSeats(params) { return request({ url: '/extensionPhone/bindUsers', diff --git a/src/views/phoneManage/bindSeats.vue b/src/views/phoneManage/bindSeats.vue index 1e01718..bffcb93 100644 --- a/src/views/phoneManage/bindSeats.vue +++ b/src/views/phoneManage/bindSeats.vue @@ -47,7 +47,7 @@ }, computed: { titleText: function() { - return '绑定坐席' + return '绑定座席' } }, created: function() { @@ -64,7 +64,7 @@ this.dialogFormVisible = dialogFormVisible this.fetchUserList() }, - // 获取坐席员列表 + // 获取座席员列表 fetchUserList() { const params = { roleTips: 'receiver,monitor' diff --git a/src/api/phone.js b/src/api/phone.js index 09f21e5..9dee42c 100644 --- a/src/api/phone.js +++ b/src/api/phone.js @@ -26,7 +26,7 @@ params }) } -// 绑定坐席 +// 绑定座席 export function bindSeats(params) { return request({ url: '/extensionPhone/bindUsers', diff --git a/src/views/phoneManage/bindSeats.vue b/src/views/phoneManage/bindSeats.vue index 1e01718..bffcb93 100644 --- a/src/views/phoneManage/bindSeats.vue +++ b/src/views/phoneManage/bindSeats.vue @@ -47,7 +47,7 @@ }, computed: { titleText: function() { - return '绑定坐席' + return '绑定座席' } }, created: function() { @@ -64,7 +64,7 @@ this.dialogFormVisible = dialogFormVisible this.fetchUserList() }, - // 获取坐席员列表 + // 获取座席员列表 fetchUserList() { const params = { roleTips: 'receiver,monitor' diff --git a/src/views/phoneManage/phoneManage.vue b/src/views/phoneManage/phoneManage.vue index 9a834a9..b40222a 100644 --- a/src/views/phoneManage/phoneManage.vue +++ b/src/views/phoneManage/phoneManage.vue @@ -23,7 +23,7 @@ @@ -68,7 +68,7 @@ align: 'center' }, { - text: '已绑定坐席', + text: '已绑定座席', value: 'seats', align: 'center' }, @@ -131,7 +131,7 @@ edit(row) { this.$refs.editdialog.initDialog('update', true, row) }, - // 绑定坐席 + // 绑定座席 bind(row) { this.$refs.bindseat.initDialog(true, row) },