| | |
| | | <el-input v-model="userName" placeholder="请输入姓名" size="small" clearable></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button size="small" type="primary" @click="refreshTable">查 询</el-button> |
| | | <el-button size="mini" type="primary" @click="refreshTable">查询</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: [ |