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>