Browse Source

feat: 客户迁移 - 分配记录 - 新增"迁移失败"筛选

zhengxy 2 years ago
parent
commit
b71152dd7b

+ 1 - 0
project/src/components/assembly/screen/channel.vue

93
         { key: 3, val: '客户已拒绝' },
93
         { key: 3, val: '客户已拒绝' },
94
         { key: 4, val: '接替成员客户达到上限' },
94
         { key: 4, val: '接替成员客户达到上限' },
95
         { key: 5, val: '无接替记录' },
95
         { key: 5, val: '无接替记录' },
96
+        { key: -1, val: '迁移失败' },
96
       ]
97
       ]
97
     } else if (this.type == 'chat_group_status') {
98
     } else if (this.type == 'chat_group_status') {
98
       this.options = [
99
       this.options = [

+ 1 - 0
project/src/components/assembly/screen/channelMultiple.vue

76
         { key: 3, val: '客户已拒绝' },
76
         { key: 3, val: '客户已拒绝' },
77
         { key: 4, val: '接替成员客户达到上限' },
77
         { key: 4, val: '接替成员客户达到上限' },
78
         { key: 5, val: '无接替记录' },
78
         { key: 5, val: '无接替记录' },
79
+        { key: -1, val: '迁移失败' },
79
       ]
80
       ]
80
     } else if (this.type == 'chat_group_status') {
81
     } else if (this.type == 'chat_group_status') {
81
       this.options = [
82
       this.options = [