|
|
@@ -4,8 +4,8 @@
|
|
|
<p class="normal-title normal-margin">员工信息</p>
|
|
|
<slot name="staff"></slot>
|
|
|
</div>
|
|
|
- <el-input style="width:270px" placeholder="请输入内容" v-model="param.content.where.condition" class="input-with-select normal-margin" size="small">
|
|
|
- <el-button slot="append" icon="el-icon-search" @click="search">查 询</el-button>
|
|
|
+ <el-input style="width:270px" placeholder="请输入内容" v-model="param.content.where.condition" @keyup.native.enter="search" @clear="search" class="input-with-select normal-margin" size="small" clearable>
|
|
|
+ <!-- <el-button slot="append" icon="el-icon-search" @click="search">查 询</el-button> -->
|
|
|
</el-input>
|
|
|
<!-- <tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="false" height="calc(100vh - 508px)">
|
|
|
<template v-slot:opreation="scope">
|