董国庆
2025-07-01 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26
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>