肿瘤学阅片查看屏蔽跳过按钮
continuous-integration/drone/push Build encountered an error Details

uat
wangxiaoshuang 2025-06-13 14:33:55 +08:00
parent a7251ce65c
commit b512112d96
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@
type="primary" type="primary"
size="small" size="small"
@click="skipTask" @click="skipTask"
v-if="!isView"
> >
<!-- 跳过 --> <!-- 跳过 -->
{{ $t('trials:readingReport:button:skip') }} {{ $t('trials:readingReport:button:skip') }}
@ -337,6 +338,11 @@ export default {
// } // }
// } // }
// }, // },
computed:{
isView(){
return !this.hasPermi(['role:ir'])
}
},
mounted() { mounted() {
this.getList() this.getList()
if (this.isReadingShowPreviousResults) { if (this.isReadingShowPreviousResults) {