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