laboratory/src/views/deliveryAssessment/reportEvaluation/index.vue
@@ -133,7 +133,7 @@ <el-button type="text" @click="handleAssessment(row)" v-if="row.status == 2" v-if="row.status == 2 && roleType != 3" >评定</el-button > </template> @@ -172,6 +172,7 @@ assessmentVisible: false, currentId: null, dialogType: '', roleType:'', statistics: { totalCount: 0, toEvaluatedCount: 0, @@ -233,6 +234,8 @@ mounted() { this.getList(); this.getStatistics(); const userInfo=JSON.parse(sessionStorage.getItem('userInfo')); this.roleType=userInfo?.roleType; }, }; </script>