肿瘤学阅片查看屏蔽跳过按钮
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"
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue