This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user