|
|
|
|
|
|
98
|
<div v-if="scope.row.BeginTime===scope.row.EndTime"/>
|
98
|
<div v-if="scope.row.BeginTime===scope.row.EndTime"/>
|
|
99
|
<div v-else>
|
99
|
<div v-else>
|
|
100
|
<el-tag v-if="scope.row.CallState === 1" type="success">已接通</el-tag>
|
100
|
<el-tag v-if="scope.row.CallState === 1" type="success">已接通</el-tag>
|
|
|
|
101
|
+ <el-tag v-if="scope.row.CallState === 3" type="success">随访转移</el-tag>
|
|
101
|
<el-tag v-if="scope.row.CallState === 0 && scope.row.CallType === 0 && scope.row.UserCode " type="danger">
|
102
|
<el-tag v-if="scope.row.CallState === 0 && scope.row.CallType === 0 && scope.row.UserCode " type="danger">
|
|
102
|
呼入坐席未接听</el-tag>
|
103
|
呼入坐席未接听</el-tag>
|
|
103
|
<el-tag v-if="scope.row.CallState === 0 && scope.row.CallType === 1 && scope.row.UserCode " type="danger">
|
104
|
<el-tag v-if="scope.row.CallState === 0 && scope.row.CallType === 1 && scope.row.UserCode " type="danger">
|