Jelajahi Sumber

Merge branch 'hotfix/bay' of SEEC-II-FrontEnd-Team/SEEC-II-FrontEnd into develop

WuXinyu 7 tahun lalu
induk
melakukan
7b8ec87273

+ 4 - 0
src/views/student/Review/ReviewDetail/ReviewSelfDetail/index.vue

@@ -13,6 +13,10 @@
         <div class="right-part">
           <page-section-loading :show="selfDetailLoading" />
           <div v-if="!selfDetailLoading">
+            <div v-if="!!detail.level" class="notification is-success">
+              <strong>您的得分 : </strong>{{ detail.level }}
+            </div>
+
             <result-check-list-item
               v-for="item in detail.checkListResult"
               :arguable="detail.review.state === 'ARGUING'"