伊利项目【架构筛选】筛选条件样式调整
This commit is contained in:
parent
fd9969f375
commit
5f5a886b81
@ -98,16 +98,18 @@
|
||||
<div style="margin: 4px 0;">
|
||||
<el-checkbox :indeterminate="userIndeterminate" v-model="userCheckAll" @change="handleCheckAllUserChange"><span style="font-weight: 600">全部</span></el-checkbox>
|
||||
</div>
|
||||
<el-checkbox-group v-model="checkCreateUserIds" @change="handleCheckedUserChange">
|
||||
<el-checkbox v-for="item in createUserList" :label="item.userId" :key="item.userId">
|
||||
<div style="display: inline-flex;justify-content: space-between;width: 280px;font-weight: 600;">
|
||||
<span>{{item.userName}}</span>
|
||||
<el-tooltip class="item" effect="dark" :content="item.deptName" placement="bottom">
|
||||
<span style="margin-left: 55px;">{{ item.deptNameView }}</span>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
<div style="overflow: auto;height: 88px;">
|
||||
<el-checkbox-group v-model="checkCreateUserIds" @change="handleCheckedUserChange">
|
||||
<el-checkbox v-for="item in createUserList" :label="item.userId" :key="item.userId">
|
||||
<div style="display: inline-flex;justify-content: space-between;width: 280px;font-weight: 600;">
|
||||
<span>{{item.userName}}</span>
|
||||
<el-tooltip class="item" effect="dark" :content="item.deptName" placement="bottom">
|
||||
<span style="margin-left: 55px;">{{ item.deptNameView }}</span>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div slot="reference" style="cursor: pointer">
|
||||
@ -134,7 +136,7 @@
|
||||
</el-checkbox>
|
||||
</div>
|
||||
<el-divider></el-divider>
|
||||
<div style="overflow: auto">
|
||||
<div style="overflow: auto;height: 305px;">
|
||||
<el-tree
|
||||
ref="orgTree"
|
||||
:props="treeProps"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user