|
|
@@ -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'"
|