优化
This commit is contained in:
parent
69a26a0a77
commit
2eb85efd1d
BIN
src/assets/img/yidong.png
Normal file
BIN
src/assets/img/yidong.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@ -41,7 +41,7 @@
|
||||
v-for="(j,indexJ) in handleFilter(i.detailDtos)"
|
||||
:key="indexJ"
|
||||
>
|
||||
<div style="width:30%" class="my-handle"><i style="margin-right:6px;" class=" el-icon-s-operation"></i>{{j.target}}</div>
|
||||
<div style="width:30%" class="my-handle"><img style="width:20px;height:20px;" src="@/assets/img/yidong.png" alt="">{{j.target}}</div>
|
||||
<div style="width:30%" class="kaohe" ><pre >{{j.keyResult}}</pre></div>
|
||||
<div style="width:30%">{{ Math.round((j.checkWeight * 100)*1000)/1000}}%</div>
|
||||
<div style="width:10%">
|
||||
@ -336,6 +336,11 @@ export default {
|
||||
position: relative;
|
||||
.my-handle{
|
||||
cursor: move ;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
img{
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
&-bottom{
|
||||
position: fixed;
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
@click="handleChangeDirector"
|
||||
>更换智能绩效主管理员</el-button>
|
||||
</div>
|
||||
<div class="comonPrompt">绩效应用的主管理员,可由钉钉主管理员设置,绩效主管理员具有应用所有权限,且可以设置智能绩效应用子管理员</div>
|
||||
绩效应用的主管理员,可由钉钉主管理员设置,绩效主管理员具有应用所有权 <div class="comonPrompt">限,且可以设置智能绩效应用子管理员</div>
|
||||
<div class="authority-main-info">
|
||||
<!-- <el-avatar
|
||||
icon="el-icon-user-solid"
|
||||
@ -526,7 +526,9 @@ export default {
|
||||
let msg = '是否将智能绩效主管理员变更为' + val.title
|
||||
this.$confirm(msg, '提示')
|
||||
.then(_ => {
|
||||
console.log('this.mainData: ', this)
|
||||
let dicPara = {
|
||||
id: this.mainData.masterFirst.id || '',
|
||||
departmentLevel: 'MASTER_PM',
|
||||
staffId: val.value
|
||||
}
|
||||
@ -549,7 +551,7 @@ export default {
|
||||
showClose: true,
|
||||
message: msg,
|
||||
type: 'error'
|
||||
}); return
|
||||
})
|
||||
}
|
||||
if (this.showPopupAddSub) {
|
||||
// 添加子管理员
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user