| | |
| | | <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", |
| | | }, |
| | |
| | | { |
| | | label: "岗位", |
| | | prop: "postName", |
| | | }, |
| | | { |
| | | label: "现住址", |
| | | prop: "adress", |
| | | width:200 |
| | | }, |
| | | { |
| | | label: "第一学历", |
| | |
| | | width:150 |
| | | }, |
| | | { |
| | | label: "工作交接", |
| | | prop: "workTransfer", |
| | | width:150 |
| | | }, |
| | | { |
| | | dataType: "action", |
| | | label: "操作", |
| | | align: "center", |