【修改】获取领导 修改逻辑
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user