@@ -98,6 +98,7 @@
<div v-if="scope.row.BeginTime===scope.row.EndTime"/>
<div v-else>
<el-tag v-if="scope.row.CallState === 1" type="success">已接通</el-tag>
+ <el-tag v-if="scope.row.CallState === 3" type="success">随访转移</el-tag>
<el-tag v-if="scope.row.CallState === 0 && scope.row.CallType === 0 && scope.row.UserCode " type="danger">
呼入坐席未接听</el-tag>
<el-tag v-if="scope.row.CallState === 0 && scope.row.CallType === 1 && scope.row.UserCode " type="danger">