shanbinzhang 1 napja
szülő
commit
5215c4554d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/report_manage/reportV2/list.vue

+ 1 - 1
src/views/report_manage/reportV2/list.vue

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