优化
This commit is contained in:
parent
d95ce01840
commit
4ee72425d7
@ -204,21 +204,22 @@
|
|||||||
label="功能模块"
|
label="功能模块"
|
||||||
label-width="90px"
|
label-width="90px"
|
||||||
>
|
>
|
||||||
<el-col :span="1">
|
<!-- <el-col :span="1"> -->
|
||||||
<el-tooltip
|
<!-- <el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
content="分别控制管理员有1.发起绩效考核的权限"
|
content="分别控制管理员有1.发起绩效考核的权限"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<i class="el-icon-info" />
|
<i class="el-icon-info" />
|
||||||
</el-tooltip>
|
</el-tooltip> -->
|
||||||
</el-col>
|
<!-- </el-col> -->
|
||||||
<el-col :span="11">
|
<el-col :span="11">
|
||||||
<el-checkbox
|
绩效考核
|
||||||
|
<!-- <el-checkbox
|
||||||
v-model="popupFromSub.featuresCheck"
|
v-model="popupFromSub.featuresCheck"
|
||||||
@change="popupFromSub.featuresCheck=true"
|
@change="popupFromSub.featuresCheck=true"
|
||||||
>绩效考核</el-checkbox>
|
>绩效考核</el-checkbox> -->
|
||||||
<!-- <el-checkbox-group
|
<!-- <el-checkbox-group
|
||||||
v-model="popupFromSub.featuresChckList"
|
v-model="popupFromSub.featuresChckList"
|
||||||
@change="handlePopupCheckModel"
|
@change="handlePopupCheckModel"
|
||||||
@ -233,7 +234,7 @@
|
|||||||
label="管理范围"
|
label="管理范围"
|
||||||
label-width="90px"
|
label-width="90px"
|
||||||
>
|
>
|
||||||
<el-col :span="1">
|
<!-- <el-col :span="1">
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
@ -242,7 +243,7 @@
|
|||||||
>
|
>
|
||||||
<i class="el-icon-info" />
|
<i class="el-icon-info" />
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<el-col :span="23">
|
<el-col :span="23">
|
||||||
<el-col :span="10">
|
<el-col :span="10">
|
||||||
<el-radio-group v-model="popupFromSub.radioScope">
|
<el-radio-group v-model="popupFromSub.radioScope">
|
||||||
@ -552,6 +553,7 @@ export default {
|
|||||||
message: msg,
|
message: msg,
|
||||||
type: 'error'
|
type: 'error'
|
||||||
})
|
})
|
||||||
|
return
|
||||||
}
|
}
|
||||||
if (this.showPopupAddSub) {
|
if (this.showPopupAddSub) {
|
||||||
// 添加子管理员
|
// 添加子管理员
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user