This commit is contained in:
熊成强 2020-11-23 15:46:38 +08:00
parent 69a26a0a77
commit 2eb85efd1d
3 changed files with 10 additions and 3 deletions

BIN
src/assets/img/yidong.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -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;

View File

@ -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) {
// //