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