feat: resignatioin添加查询条件

This commit is contained in:
caoqianming 2025-11-28 10:08:18 +08:00
parent c603210fdb
commit 94066ee14d
1 changed files with 14 additions and 2 deletions

View File

@ -1,8 +1,20 @@
<template> <template>
<el-container> <el-container>
<el-header> <el-header>
<div class="left-panel"> <div class="left-panel"></div>
<el-button type="primary" @click="handleAdd">新增</el-button> <div class="right-panel">
<!-- <el-button type="primary" @click="handleAdd">新增</el-button> -->
<el-input
v-model="query.search"
placeholder="姓名"
clearable
@keyup.enter="$refs.table.refresh()"
></el-input>
<el-button
type="primary"
icon="el-icon-search"
@click="handleQuery"
></el-button>
</div> </div>
</el-header> </el-header>