| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="search_form"> |
| | | <div class="search_form mb20"> |
| | | <div> |
| | | <span class="search_title">姓名:</span> |
| | | <el-input |
| | |
| | | <div> |
| | | <el-button type="primary" @click="openForm('add')">新增离职</el-button> |
| | | <el-button @click="handleOut">导出</el-button> |
| | | <el-button type="danger" plain @click="handleDelete">删除</el-button> |
| | | <!-- <el-button type="danger" plain @click="handleDelete">删除</el-button> --> |
| | | </div> |
| | | </div> |
| | | <div class="table_list"> |
| | |
| | | }, |
| | | }, |
| | | { |
| | | label: "离职日期", |
| | | prop: "leaveDate", |
| | | }, |
| | | { |
| | | label: "员工编号", |
| | | prop: "staffNo", |
| | | }, |