|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="layout_container">
|
|
|
- <header>
|
|
|
+ <header class="round-header">
|
|
|
<el-input v-model="queryConditions.name" style="width: 300px" placeholder="请输入人员姓名或工号" clearable
|
|
|
prefix-icon="Search"
|
|
|
@keydown.enter="clickToQuery"/>
|
|
@@ -36,7 +36,6 @@
|
|
|
:props="defaultProps"
|
|
|
default-expand-all
|
|
|
:filter-node-method="filterNode"
|
|
|
- :style="{ height: tableHeight - 20 + 'px', overflowY: 'scroll' }"
|
|
|
ref="tree"
|
|
|
@node-click="handleClickDeptTreeNode"/>
|
|
|
</div>
|