Zimo преди 4 дни
родител
ревизия
c3493b3698
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/pms/iotrydailyreport/ry-xj-form.vue

+ 1 - 1
src/views/pms/iotrydailyreport/ry-xj-form.vue

@@ -462,7 +462,7 @@ const calculate = (row: ReportDetail) => {
 }
 
 const allocatedTimeDisabled = computed(() => {
-  return userStore.getRoles.includes('RY定额时效')
+  return !userStore.getRoles.includes('RY定额时效')
 })
 </script>