This commit is contained in:
xiongchengqiang 2020-12-17 15:53:07 +08:00
parent cbf48c3a54
commit 6b5396d3cd

View File

@ -23,8 +23,8 @@
</div>
</div>
</template>
<div class="title table-header-flex kaohejieguo" v-if="obj.showAllScore">考核结果</div>
<div class="title table-header-flex jixiaodengji" v-if="obj.showAllScore">绩效等级</div>
<div class="title table-header-flex kaohejieguo" v-if="auth.showAllScore">考核结果</div>
<div class="title table-header-flex jixiaodengji" v-if="auth.showAllScore">绩效等级</div>
</div>
<div class="tableRight">
<div style="flex:1 0 auto;">
@ -161,7 +161,7 @@
</div>
</div>
</div>
<div v-if="obj.showAllScore" style='display:flex;'>
<div v-if="auth.showAllScore" style='display:flex;'>
<div class="item kaohejieguo">
{{handleGetAllScore(scoreListForParams).score}}
</div>