伊利项目【架构筛选】筛选条件样式调整

This commit is contained in:
qinoy 2022-07-16 10:49:13 +08:00
parent fd9969f375
commit 5f5a886b81

View File

@ -98,16 +98,18 @@
<div style="margin: 4px 0;"> <div style="margin: 4px 0;">
<el-checkbox :indeterminate="userIndeterminate" v-model="userCheckAll" @change="handleCheckAllUserChange"><span style="font-weight: 600">全部</span></el-checkbox> <el-checkbox :indeterminate="userIndeterminate" v-model="userCheckAll" @change="handleCheckAllUserChange"><span style="font-weight: 600">全部</span></el-checkbox>
</div> </div>
<el-checkbox-group v-model="checkCreateUserIds" @change="handleCheckedUserChange"> <div style="overflow: auto;height: 88px;">
<el-checkbox v-for="item in createUserList" :label="item.userId" :key="item.userId"> <el-checkbox-group v-model="checkCreateUserIds" @change="handleCheckedUserChange">
<div style="display: inline-flex;justify-content: space-between;width: 280px;font-weight: 600;"> <el-checkbox v-for="item in createUserList" :label="item.userId" :key="item.userId">
<span>{{item.userName}}</span> <div style="display: inline-flex;justify-content: space-between;width: 280px;font-weight: 600;">
<el-tooltip class="item" effect="dark" :content="item.deptName" placement="bottom"> <span>{{item.userName}}</span>
<span style="margin-left: 55px;">{{ item.deptNameView }}</span> <el-tooltip class="item" effect="dark" :content="item.deptName" placement="bottom">
</el-tooltip> <span style="margin-left: 55px;">{{ item.deptNameView }}</span>
</div> </el-tooltip>
</el-checkbox> </div>
</el-checkbox-group> </el-checkbox>
</el-checkbox-group>
</div>
</div> </div>
</template> </template>
<div slot="reference" style="cursor: pointer"> <div slot="reference" style="cursor: pointer">
@ -134,7 +136,7 @@
</el-checkbox> </el-checkbox>
</div> </div>
<el-divider></el-divider> <el-divider></el-divider>
<div style="overflow: auto"> <div style="overflow: auto;height: 305px;">
<el-tree <el-tree
ref="orgTree" ref="orgTree"
:props="treeProps" :props="treeProps"