Browse Source

Merge branch 'dev-烟台0220需求' into dev

dev
dai 3 years ago
parent
commit
d666a49f59
  1. 6
      src/views/modules/base/organization/organization.vue

6
src/views/modules/base/organization/organization.vue

@ -200,7 +200,7 @@
> >
<template slot="header" slot-scope="scope"> <template slot="header" slot-scope="scope">
<el-input <el-input
placeholder="请输入内容" placeholder="请输入姓名或手机号"
v-model="searchStaffKeyword" v-model="searchStaffKeyword"
style="width: 400px; margin-right: 10px" style="width: 400px; margin-right: 10px"
@input="handleSearchStaff" @input="handleSearchStaff"
@ -299,7 +299,7 @@
> >
<template slot="header" slot-scope="scope"> <template slot="header" slot-scope="scope">
<el-input <el-input
placeholder="请输入内容" placeholder="请输入姓名或手机号"
v-model="searchDeptStaffKeyword" v-model="searchDeptStaffKeyword"
style="width: 400px; margin-right: 10px" style="width: 400px; margin-right: 10px"
@input="handleSearchDeptStaff" @input="handleSearchDeptStaff"
@ -386,7 +386,7 @@
> >
<template slot="header" slot-scope="scope"> <template slot="header" slot-scope="scope">
<el-input <el-input
placeholder="请输入内容" placeholder="请输入姓名或手机号"
v-model="searchGridStaffKeyword" v-model="searchGridStaffKeyword"
style="width: 400px; margin-right: 10px" style="width: 400px; margin-right: 10px"
@input="handleSearchGridStaff" @input="handleSearchGridStaff"

Loading…
Cancel
Save