Merge branch 'main' of http://139.155.124.81:8088/cloud-mediate/mediate-manage-web
This commit is contained in:
commit
6443be21de
@ -335,7 +335,7 @@
|
||||
<el-table :data="fileList" :height="300">
|
||||
<el-table-column type="index" label="序号" width="55"></el-table-column>
|
||||
<el-table-column prop="materialType" label="材料类型" show-overflow-tooltip></el-table-column>
|
||||
<!-- <el-table-column prop="name" label="文件名称" show-overflow-tooltip></el-table-column> -->
|
||||
<el-table-column prop="name" label="文件名称" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="createBy" label="上传人" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column label="上传时间" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
<el-table-column prop="signName" label="签字当事人" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="signed" label="已签字当事人" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="unsign" label="未签字当事人" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="updateByName" label="发起人" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column prop="createByName" label="发起人" show-overflow-tooltip ></el-table-column>
|
||||
<el-table-column label="状态" show-overflow-tooltip >
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.status.code != 3 && scope.row.status.code != 4 && scope.row.status.code != 5">{{ scope.row.signStatus.desc }}</span>
|
||||
|
||||
@ -729,7 +729,7 @@ export default {
|
||||
for (let i=0; i < this.queueList.length; i++) {
|
||||
if (this.queueList[i].status.code === 1) {
|
||||
this.index = i
|
||||
this.startOutboundCall({phone:this.queueList[i].phone,contactId:this.queueList[i].contactId})
|
||||
this.startOutboundCall({phone:this.queueList[i].phone,contactId:this.queueList[i].contactId,queueName:this.queueList[i].queueName})
|
||||
return
|
||||
}
|
||||
}
|
||||
@ -749,7 +749,7 @@ export default {
|
||||
this.contactId= params.contactId
|
||||
console.log('进入呼叫电话:', params)
|
||||
try {
|
||||
let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber, uuid: this.caseId})
|
||||
let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber, uuid: this.caseId,queueName:params.queueName})
|
||||
this.sessionId = res.data.sessionId
|
||||
console.log('呼叫成功', res.data)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user