zhaoxiaohai 2 년 전
부모
커밋
4956747bd4
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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