优化
This commit is contained in:
parent
204a36d6f5
commit
46829bedc8
@ -23,8 +23,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div class="title table-header-flex kaohejieguo" v-if="scoreListForParams.length>0">考核结果</div>
|
||||
<div class="title table-header-flex jixiaodengji" v-if="scoreListForParams.length>0">绩效等级</div>
|
||||
<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>
|
||||
<div class="tableRight">
|
||||
<div style="flex:1 0 auto;">
|
||||
@ -161,7 +161,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="scoreListForParams.length>0" style='display:flex;'>
|
||||
<div v-if="obj.showAllScore" style='display:flex;'>
|
||||
<div class="item kaohejieguo">
|
||||
{{handleGetAllScore(scoreListForParams).score}}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user