优化
This commit is contained in:
parent
cbf48c3a54
commit
6b5396d3cd
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user