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