| | |
| | | <el-table-column label="身份证号" align="center" prop="idCard" /> |
| | | <el-table-column label="等级" align="center" prop="ratingLevel"> |
| | | <template #default="scope"> |
| | | {{scope.row.ratingLevel == 1?'一级':scope.row.ratingLevel == 2?'二级':scope.row.ratingLevel == 3?'三级':'暂无'}} |
| | | {{scope.row.ratingLevel == 1 ?'一级':scope.row.ratingLevel == 1?'二级':scope.row.ratingLevel == 3?'三级':scope.row.ratingLevel == 10?'库外':''}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="专业领域" align="center" prop="domain"/> |
| | |
| | | |
| | | |
| | | const downloadFile = async (val) => { |
| | | const res = await getExpertEvaDetail({projectExpertId: val.id}); |
| | | const res = await getExpertEvaDetail({projectExpertId: val.id,expertType:val.expertType}); |
| | | if(res.code == 200){ |
| | | let outData = res.data |
| | | outData.deptName = state.deptName |