tangning 3 tuần trước cách đây
mục cha
commit
3fd24b437a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         };
       }