mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-23 10:56:52 +08:00
v1.1.0
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user