This commit is contained in:
zhuoda
2020-04-20 17:08:42 +08:00
parent d53f271fc1
commit e486c1ff33
5 changed files with 26 additions and 22 deletions

View File

@@ -5,11 +5,11 @@
<Input
@on-change="filterEmployee"
placeholder="请输入员工名称"
style="max-width: 300px"
style="max-width: 300px;position:fixed;z-index:9999"
v-if="!isDepartment"
v-model="searchKeywords"
/>
<Tree :data="treeData"></Tree>
<Tree style="margin-top:40px" :data="treeData"></Tree>
</Col>
</Row>
</div>

View File

@@ -86,7 +86,7 @@
style="overflow-y:scroll;height: 290px;text-align: center"
>
<Row :key="index" v-for="(item,index) in prepAddEmployees">
<Col span="24" style="font-size: 15px;text-align: center;">
<Col span="24" style="font-size: 15px;text-align: left;">
<icon type="ios-people"></icon>
{{item.manageName}}
<Button @click.native="deletePrepEmployee(index)" icon="md-close" type="text"></Button>