This commit is contained in:
xiongchengqiang 2020-12-15 15:23:18 +08:00
parent cd5e3a368e
commit b41c3b33b1
2 changed files with 12 additions and 8 deletions

View File

@ -71,6 +71,9 @@ export default {
<style lang='less' scoped>
.pinglunTem {
.pingcontent:first-child{
margin-top: 10px;
}
&-content{
display: flex;

View File

@ -77,13 +77,13 @@
<div class="tablePint-top-mubiao" style="width:130px">
目标/指标
</div>
<div class="tablePint-top-guanjian" style="width:310px">
<div class="tablePint-top-guanjian" style="width:430px">
关键结果
</div>
<div class="tablePint-top-quanzhong" style="width:100px">
考核权重
</div>
<div class="tablePint-top-kaohe" style="width:500px">
<div class="tablePint-top-kaohe" style="width:380px">
考核结果(员工填写)
</div>
<div class="tablePint-top-zhishu" style=" width:100px;flex-direction: column;">
@ -104,9 +104,9 @@
<div class="tablePint-content-right">
<div v-for="j in i.detailDtos" class="tablePint-content-right-item">
<div class="item" style="width:130px;">{{j.target}}</div>
<div class="item" style="width:310px;">{{j.keyResult}}</div>
<div class="item pre" style="width:430px;"><pre>{{j.keyResult}}</pre></div>
<div class="item" style="width:100px">几月交易额</div>
<div class="item" style="width:500px">{{j.checkResult}}</div>
<div class="item" style="width:380px">{{j.checkResult}}</div>
<div class="item" style="width:100px">{{j.superScore || '/'}}</div>
<div class="item" style="width:100px">{{j.acquireScore || '/'}}</div>
<div class="item" style="width:140px">几月交易额</div>
@ -114,9 +114,9 @@
</div>
</div>
<div class="flex ">
<div class="item bg" style="width:540px;">业务考核结果</div>
<div class="item bg" style="width:100px;">{{Math.round((j.checkWeight * 100) * 1000) / 1000 }}%</div>
<div class="item bg" style="width:500px;">/</div>
<div class="item bg" style="width:660px;">业务考核结果</div>
<div class="item bg" style="width:100px;">{{Math.round((i.weight * 100) * 1000) / 1000 }}%</div>
<div class="item bg" style="width:380px;">/</div>
<div class="item bg" style="width:100px;">/</div>
<div class="item bg" style="width:100px;">2.512</div>
<div class="item bg" style="width:140px;">/</div>
@ -171,6 +171,7 @@ export default {
<style lang="less" scoped>
.tablePint {
font-size: 10px;
div{
box-sizing: border-box;
}
@ -244,7 +245,7 @@ export default {
border-bottom: 1px solid #666666;
}
.bg{
// background: rgb(245, 187, 120);
background-color: rgb(245, 187, 120);
}
}
</style>