Commit 1d696b4c authored by 罗超's avatar 罗超

新内容调整

parent 646ee51f
...@@ -342,12 +342,12 @@ export default { ...@@ -342,12 +342,12 @@ export default {
: "系统挂断" : "系统挂断"
}`; }`;
} else { } else {
msg += `学员未接听,响铃${data.duration}秒后${ msg += `学员已接听,通话时长:${data.duration}${
data.closeBy == "client" data.closeBy == "client"
? "客户拒绝" ? "由客户结束通话"
: data.closeBy == "seat" : data.closeBy == "seat"
? "顾问放弃" ? "由顾问结束通话"
: "系统挂断" : "由系统结束通话"
}`; }`;
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment