zhaoxiaohai hace 2 años
padre
commit
4956747bd4
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/components/table/index.vue

+ 0 - 5
src/components/table/index.vue

@@ -50,12 +50,7 @@ export default {
       this.$emit('checkboxCallBack',val)      
     },
     isCheck(row,rowIndex) {
-<<<<<<< HEAD
       if(row.status == '待跟进' || row.status == '跟进中') {
-=======
-      if (!row.status) return true
-      if(row.status == '待跟进' || row.status == '待分配') {
->>>>>>> develop
         return true
       } else {
         return false