|
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="90px">
|
|
|
|
|
<el-form-item label="所属部门" prop="deptId">
|
|
|
|
|
<treeselect v-model="queryParams.deptId" :options="deptOptions" :show-count="true"
|
|
|
|
|
placeholder="请选择所属部门" style="width: 220px"/>
|
|
|
|
|
placeholder="请选择所属部门" style="width: 215px"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="员工姓名" prop="name">
|
|
|
|
|
<el-input
|
|
|
|
|
|