| | |
| | | <el-input v-model="entity.name" clearable></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="currentPage= 1,list=[],finishLoding = false,keyMap = {},refreshTable()">查询</el-button> |
| | | <el-button @click="refresh">重置</el-button> |
| | | <el-button size="mini" type="primary" @click="currentPage= 1,list=[],finishLoding = false,keyMap = {},refreshTable()">查询</el-button> |
| | | <el-button @click="refresh" size="mini">重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | { |
| | | label: '岗位', |
| | | prop: 'postName', |
| | | minWidth: '100' |
| | | width: '100' |
| | | }, { |
| | | label: '姓名', |
| | | prop: 'userName', |
| | | minWidth: '100' |
| | | width: '100' |
| | | }, { |
| | | label: '学历', |
| | | prop: 'academicDegree', |
| | | minWidth: '100' |
| | | width: '100' |
| | | }, { |
| | | label: '专业', |
| | | prop: 'major', |
| | | minWidth: '100' |
| | | width: '100' |
| | | }, { |
| | | label: '职称', |
| | | prop: 'professionalTitle', |
| | | minWidth: '100' |
| | | width: '100' |
| | | }, { |
| | | dataType: 'slot', |
| | | label: '岗位职责', |
| | | prop: 'jobResponsibilities', |
| | | minWidth: '200px', |
| | | width: '400', |
| | | slot: 'jobResponsibilities' |
| | | }, { |
| | | dataType: 'tag', |
| | | label: '综合评价', |
| | | minWidth: '140px', |
| | | width: '140px', |
| | | prop: 'comprehensiveAssessment', |
| | | formatData: (params) => { |
| | | if (params == 'Qualified this position') { |
| | |
| | | }, { |
| | | label: '确认人', |
| | | prop: 'confirmOperatingPersonnelName', |
| | | minWidth: '100' |
| | | width: '100' |
| | | }, { |
| | | label: '确认日期', |
| | | prop: 'confirmDate', |
| | | minWidth: '160' |
| | | width: '160' |
| | | }, { |
| | | dataType: 'action', |
| | | minWidth: '220', |
| | | label: '操作', |
| | | fixed: 'right', |
| | | operation: [ |
| | |
| | | <el-input v-model="search.userName" clearable placeholder="请输入关键字" size="small" |
| | | style="width: 20vh;"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="奖惩日期"> |
| | | <el-form-item label="奖惩日期" class="dateTime"> |
| | | <el-date-picker v-model="search.searchTimeList" :picker-options="pickerOptions" align="right" clearable |
| | | end-placeholder="结束日期" format="yyyy-MM-dd" range-separator="至" size="small" start-placeholder="开始日期" |
| | | style="width: 100%" type="daterange" unlink-panels value-format="yyyy-MM-dd 00:00:00"> |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button size="small" type="primary" @click="getPersonnelTraining(departId)">查询</el-button> |
| | | <el-button size="mini" type="primary" @click="getPersonnelTraining(departId)">查询</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <div> |
| | |
| | | } |
| | | }; |
| | | </script> |
| | | <style scoped> |
| | | .dateTime >>>.el-form-item__content { |
| | | width: 260px; |
| | | } |
| | | </style> |