| | |
| | | </form> |
| | | </div> |
| | | </el-header> |
| | | <el-main style="height: 85%;"> |
| | | <el-main style="height: 85vh;"> |
| | | <el-row style="margin: 10px 0 10px 0;"> |
| | | <el-col :span="24"> |
| | | <el-button type="primary" @click="delEmp">删除员工</el-button> |
| | |
| | | <el-button type="danger" class="hr-but-all" @click="doDcbb">导出报表</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-table ref="multipleTable" :data="tableData" style="width: 100%;"> |
| | | <el-table |
| | | ref="multipleTable" |
| | | :data="tableData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | |
| | | }, |
| | | methods: { |
| | | educationFormat(row, column) { |
| | | debugger |
| | | return this.selectDictLabel(this.educationOptions, row.education) |
| | | }, |
| | | sexFormat(row, column) { |
| | |
| | | color: #D9001B; |
| | | } |
| | | |
| | | </style> |
| | | <style> |
| | | .search-btn { |
| | | display: inline-block; |
| | | width: 3.64vw; |
| | |
| | | cursor: pointer; |
| | | vertical-align: middle; |
| | | } |
| | | .el-dialog.is-fullscreen { |
| | | overflow: hidden; |
| | | } |
| | | </style> |