tangning před 3 týdny
rodič
revize
3fd24b437a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
         };
       }