| | |
| | | <CommonSearch ref="searchRef" :show-add="false" :amount-view="false" placeholder="请输入关键词" @searchClick="onFilterSearch"> |
| | | <template slot="leftButton"> |
| | | <el-button size="small" type="primary" @click="addBtnClick" >新增</el-button> |
| | | <el-button size="small" type="primary" @click="exportClick">导入</el-button> |
| | | <!-- <el-button size="small" type="primary" @click="exportClick">导入</el-button> --> |
| | | </template> |
| | | </CommonSearch> |
| | | </div> |
| | |
| | | { label: "员工编码", prop: "workerId", min:120,}, |
| | | { label: "员工姓名", prop: "name" }, |
| | | { label: "带徒天数", prop: "days" , min:110,}, |
| | | { label: "添加时间", prop: "CreatedAt", min:140, }, |
| | | { label: "添加时间", prop: "created_at", min:140, }, |
| | | { label: "添加人", prop: "creator", }, |
| | | ], |
| | | editRow:{}, |