肿瘤学阅片查看屏蔽跳过按钮
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
a7251ce65c
commit
b512112d96
|
@ -30,6 +30,7 @@
|
|||
type="primary"
|
||||
size="small"
|
||||
@click="skipTask"
|
||||
v-if="!isView"
|
||||
>
|
||||
<!-- 跳过 -->
|
||||
{{ $t('trials:readingReport:button:skip') }}
|
||||
|
@ -337,6 +338,11 @@ export default {
|
|||
// }
|
||||
// }
|
||||
// },
|
||||
computed:{
|
||||
isView(){
|
||||
return !this.hasPermi(['role:ir'])
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getList()
|
||||
if (this.isReadingShowPreviousResults) {
|
||||
|
|
Loading…
Reference in New Issue