Parcourir la Source

mod:通话记录增加状态

weieryang il y a 1 an
Parent
commit
ef7262262c

+ 1 - 0
CallCenterWeb.UI/RMYY/src/views/trafficData/callRecord/index.vue

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">