From c4c8e7e74b784c1d5a719b60e8d0adefc005ae3e Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 28 八月 2025 10:16:57 +0800 Subject: [PATCH] 修改 --- src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue b/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue index 4af447f..f9c5063 100644 --- a/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue +++ b/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue @@ -17,7 +17,7 @@ <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"/> @@ -143,7 +143,7 @@ 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 -- Gitblit v1.9.2