tangning 2 달 전
부모
커밋
3fd24b437a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/work/query.vue

+ 1 - 1
src/views/work/query.vue

@@ -562,7 +562,7 @@
       });
       function getrowSelection(record) {
         return {
-          disabled: record.status != 110, // Column configuration not to be checked
+          disabled: record.isSignFor != 1, // Column configuration not to be checked
           name: record.name,
         };
       }