|
@@ -1051,7 +1051,7 @@ export default {
|
|
(typeof(but.States)=='boolean' || but.States.includes(row.State) ) &&
|
|
(typeof(but.States)=='boolean' || but.States.includes(row.State) ) &&
|
|
(!row.CanEdit)
|
|
(!row.CanEdit)
|
|
}else if(but.label==='推送消息'){
|
|
}else if(but.label==='推送消息'){
|
|
- return commonFilterPass && row.MsgIsSend==0 && row.HasAuth && row.CanSendMsg
|
|
|
|
|
|
+ return commonFilterPass && row.HasAuth && row.CanSendMsg
|
|
}else if(but.label==='已推送消息'){
|
|
}else if(but.label==='已推送消息'){
|
|
return commonFilterPass && row.MsgIsSend!==0
|
|
return commonFilterPass && row.MsgIsSend!==0
|
|
}else if(['音频上传'].includes(but.label)){
|
|
}else if(['音频上传'].includes(but.label)){
|