【修改】获取领导 修改逻辑

This commit is contained in:
zhoulingpo
2023-05-18 09:50:05 +08:00
parent 0efac04704
commit fa52fb9acf
3 changed files with 9 additions and 5 deletions
+7 -1
View File
@@ -31,7 +31,7 @@
</el-form-item>
</el-col>
<el-col :span="9" style="margin-left: 5px">
<el-button size="medium" :disabled="checkBtn" type="primary" class="checkBtn" @click="handleCheck('spr1')">选取</el-button>
<el-button size="medium" :disabled="checkBtn" class="checkBtn" @click="handleCheck('spr1')">选取</el-button>
</el-col>
</el-row>
@@ -479,5 +479,11 @@ export default {
<style lang="scss" scoped>
.checkBtn {
padding: 11px 20px !important;
background-color:#1890FF;
color: #fff;
}
.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus{
background-color: #82bffc;
color: #fff;
}
</style>