diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue index 8616987..76b4599 100644 --- a/src/components/NomalTable/index.vue +++ b/src/components/NomalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -178,7 +178,12 @@ } },// 表格工具配置 height:{ - type:String, + type: String, + }, + // 某一列样式 + cellStyle: { + type: Function, + default: () => {} } }, data() { diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue index 8616987..76b4599 100644 --- a/src/components/NomalTable/index.vue +++ b/src/components/NomalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -178,7 +178,12 @@ } },// 表格工具配置 height:{ - type:String, + type: String, + }, + // 某一列样式 + cellStyle: { + type: Function, + default: () => {} } }, data() { diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0fd4401..2b51ecc 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -6,6 +6,7 @@ + +.status { + padding: 0; + + .cell { + padding: 0; + } +} diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue index 8616987..76b4599 100644 --- a/src/components/NomalTable/index.vue +++ b/src/components/NomalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -178,7 +178,12 @@ } },// 表格工具配置 height:{ - type:String, + type: String, + }, + // 某一列样式 + cellStyle: { + type: Function, + default: () => {} } }, data() { diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0fd4401..2b51ecc 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -6,6 +6,7 @@ + +.status { + padding: 0; + + .cell { + padding: 0; + } +} diff --git a/src/views/caseManage/components/closureDialog.vue b/src/views/caseManage/components/closureDialog.vue index ab4bd61..1c3c198 100644 --- a/src/views/caseManage/components/closureDialog.vue +++ b/src/views/caseManage/components/closureDialog.vue @@ -60,7 +60,9 @@ if (res.code === 200) { this.btnLoading = false this.closeDialog() + this.$message.success('结案成功') this.$emit('refresh') + this.$store.commit('refreshCount/SET_REFRESH') } }).catch(() => { this.btnLoading = false diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue index 8616987..76b4599 100644 --- a/src/components/NomalTable/index.vue +++ b/src/components/NomalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -178,7 +178,12 @@ } },// 表格工具配置 height:{ - type:String, + type: String, + }, + // 某一列样式 + cellStyle: { + type: Function, + default: () => {} } }, data() { diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0fd4401..2b51ecc 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -6,6 +6,7 @@ + +.status { + padding: 0; + + .cell { + padding: 0; + } +} diff --git a/src/views/caseManage/components/closureDialog.vue b/src/views/caseManage/components/closureDialog.vue index ab4bd61..1c3c198 100644 --- a/src/views/caseManage/components/closureDialog.vue +++ b/src/views/caseManage/components/closureDialog.vue @@ -60,7 +60,9 @@ if (res.code === 200) { this.btnLoading = false this.closeDialog() + this.$message.success('结案成功') this.$emit('refresh') + this.$store.commit('refreshCount/SET_REFRESH') } }).catch(() => { this.btnLoading = false diff --git a/src/views/caseManage/waitForCreate.vue b/src/views/caseManage/waitForCreate.vue index f49343a..c9f1c99 100644 --- a/src/views/caseManage/waitForCreate.vue +++ b/src/views/caseManage/waitForCreate.vue @@ -127,7 +127,7 @@ width: 160 }, { - text: '受理人', + text: '坐席姓名', value: 'agentUserName', align: 'center' }, diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue index 8616987..76b4599 100644 --- a/src/components/NomalTable/index.vue +++ b/src/components/NomalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -178,7 +178,12 @@ } },// 表格工具配置 height:{ - type:String, + type: String, + }, + // 某一列样式 + cellStyle: { + type: Function, + default: () => {} } }, data() { diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0fd4401..2b51ecc 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -6,6 +6,7 @@ + +.status { + padding: 0; + + .cell { + padding: 0; + } +} diff --git a/src/views/caseManage/components/closureDialog.vue b/src/views/caseManage/components/closureDialog.vue index ab4bd61..1c3c198 100644 --- a/src/views/caseManage/components/closureDialog.vue +++ b/src/views/caseManage/components/closureDialog.vue @@ -60,7 +60,9 @@ if (res.code === 200) { this.btnLoading = false this.closeDialog() + this.$message.success('结案成功') this.$emit('refresh') + this.$store.commit('refreshCount/SET_REFRESH') } }).catch(() => { this.btnLoading = false diff --git a/src/views/caseManage/waitForCreate.vue b/src/views/caseManage/waitForCreate.vue index f49343a..c9f1c99 100644 --- a/src/views/caseManage/waitForCreate.vue +++ b/src/views/caseManage/waitForCreate.vue @@ -127,7 +127,7 @@ width: 160 }, { - text: '受理人', + text: '坐席姓名', value: 'agentUserName', align: 'center' }, diff --git a/src/views/soundsManage/soundDetail.vue b/src/views/soundsManage/soundDetail.vue index bb5032a..7041806 100644 --- a/src/views/soundsManage/soundDetail.vue +++ b/src/views/soundsManage/soundDetail.vue @@ -127,17 +127,12 @@ const info = this.$route.params.info if (info) { this.form = JSON.parse(info) - for (const i in this.form) { - if (!this.form[i]) { - this.form[i] = '--' - } - } this.form.bridgeStamp = this.timeFilter(this.form.bridgeStamp) } }, methods: { timeFilter(val) { - if (val === '--' || '') { + if (!val) { return '00:00' } const m = Math.floor(val / 60) diff --git a/config/prod.env.js b/config/prod.env.js index 49ff2d2..1f378cf 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -4,7 +4,8 @@ // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://10.18.0.23:8083/callcenter/api"' // BASE_API: '"http://10.18.0.94:8083/callcenter/api"' - BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + // BASE_API: '"http://11.100.6.163:8083/callcenter/api"' + BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://localhost:8083/callcenter/api"' // BASE_API: '"http://111.198.10.15:11402/callcenter/api"' // BASE_API: '"http://127.0.0.1:8085"' diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue index 8616987..76b4599 100644 --- a/src/components/NomalTable/index.vue +++ b/src/components/NomalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -178,7 +178,12 @@ } },// 表格工具配置 height:{ - type:String, + type: String, + }, + // 某一列样式 + cellStyle: { + type: Function, + default: () => {} } }, data() { diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0fd4401..2b51ecc 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -6,6 +6,7 @@ + +.status { + padding: 0; + + .cell { + padding: 0; + } +} diff --git a/src/views/caseManage/components/closureDialog.vue b/src/views/caseManage/components/closureDialog.vue index ab4bd61..1c3c198 100644 --- a/src/views/caseManage/components/closureDialog.vue +++ b/src/views/caseManage/components/closureDialog.vue @@ -60,7 +60,9 @@ if (res.code === 200) { this.btnLoading = false this.closeDialog() + this.$message.success('结案成功') this.$emit('refresh') + this.$store.commit('refreshCount/SET_REFRESH') } }).catch(() => { this.btnLoading = false diff --git a/src/views/caseManage/waitForCreate.vue b/src/views/caseManage/waitForCreate.vue index f49343a..c9f1c99 100644 --- a/src/views/caseManage/waitForCreate.vue +++ b/src/views/caseManage/waitForCreate.vue @@ -127,7 +127,7 @@ width: 160 }, { - text: '受理人', + text: '坐席姓名', value: 'agentUserName', align: 'center' }, diff --git a/src/views/soundsManage/soundDetail.vue b/src/views/soundsManage/soundDetail.vue index bb5032a..7041806 100644 --- a/src/views/soundsManage/soundDetail.vue +++ b/src/views/soundsManage/soundDetail.vue @@ -127,17 +127,12 @@ const info = this.$route.params.info if (info) { this.form = JSON.parse(info) - for (const i in this.form) { - if (!this.form[i]) { - this.form[i] = '--' - } - } this.form.bridgeStamp = this.timeFilter(this.form.bridgeStamp) } }, methods: { timeFilter(val) { - if (val === '--' || '') { + if (!val) { return '00:00' } const m = Math.floor(val / 60) diff --git a/src/views/soundsManage/soundsManage.vue b/src/views/soundsManage/soundsManage.vue index 110db90..00e3a02 100644 --- a/src/views/soundsManage/soundsManage.vue +++ b/src/views/soundsManage/soundsManage.vue @@ -42,12 +42,12 @@ @@ -115,6 +115,11 @@ }, // 筛选条件 columns: [ { + text: '录音编号', + value: 'callid', + align: 'center' + }, + { text: '主叫号码', value: 'callerNumber', align: 'center'