伊利项目【架构筛选】筛选条件样式调整
This commit is contained in:
parent
fd9969f375
commit
5f5a886b81
@ -98,6 +98,7 @@
|
||||
<div style="margin: 4px 0;">
|
||||
<el-checkbox :indeterminate="userIndeterminate" v-model="userCheckAll" @change="handleCheckAllUserChange"><span style="font-weight: 600">全部</span></el-checkbox>
|
||||
</div>
|
||||
<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;">
|
||||
@ -109,6 +110,7 @@
|
||||
</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div slot="reference" style="cursor: pointer">
|
||||
<span style="font-size: 12px;color: rgb(147,147,153);margin-right: 8px;">创建人</span><span style="color: rgb(147,147,153);"><i class="el-icon-arrow-down"></i></span>
|
||||
@ -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