SanHQin 1 year ago
parent
commit
08126c1fd4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/pages/disAdmin/score.vue

+ 4 - 4
src/components/pages/disAdmin/score.vue

@@ -142,13 +142,13 @@
 							sortable="custom"
 							sortable="custom"
           	  v-if="tType == 2"
           	  v-if="tType == 2"
           	>
           	>
-						<template slot="header">
+						<!-- <template slot="header">
 							<div style="display: flex;float: left;align-items: center;position: relative;">
 							<div style="display: flex;float: left;align-items: center;position: relative;">
 								<el-tooltip effect="light" :content="`一等90分以上 占比${ratingData.one[1]}%,二等75-89 占比${ratingData.two[1]}%,三等60-74 占比${ratingData.three[1]}%`" placement="top">
 								<el-tooltip effect="light" :content="`一等90分以上 占比${ratingData.one[1]}%,二等75-89 占比${ratingData.two[1]}%,三等60-74 占比${ratingData.three[1]}%`" placement="top">
 									<div style="position:relative;left:15px;top:5px;">我的评分</div>
 									<div style="position:relative;left:15px;top:5px;">我的评分</div>
 								</el-tooltip>
 								</el-tooltip>
 							</div>
 							</div>
-						</template>
+						</template> -->
           	  <template slot-scope="scope">
           	  <template slot-scope="scope">
           	    <div>{{ scope.row.ownScore ? scope.row.ownScore : "-" }}</div>
           	    <div>{{ scope.row.ownScore ? scope.row.ownScore : "-" }}</div>
           	  </template>
           	  </template>
@@ -207,13 +207,13 @@
 						sortable="custom"
 						sortable="custom"
             v-if="tType == 0"
             v-if="tType == 0"
           >
           >
-					<template slot="header">
+					<!-- <template slot="header">
 							<div style="display: flex;float: left;align-items: center;position: relative;">
 							<div style="display: flex;float: left;align-items: center;position: relative;">
 								<el-tooltip effect="light" :content="`一等90分以上 占比${ratingDataAdmin.one[1]}%,二等75-89 占比${ratingDataAdmin.two[1]}%,三等60-74 占比${ratingDataAdmin.three[1]}%`" placement="top">
 								<el-tooltip effect="light" :content="`一等90分以上 占比${ratingDataAdmin.one[1]}%,二等75-89 占比${ratingDataAdmin.two[1]}%,三等60-74 占比${ratingDataAdmin.three[1]}%`" placement="top">
 									<div style="position:relative;left:40px;top:5px;">平均得分</div>
 									<div style="position:relative;left:40px;top:5px;">平均得分</div>
 								</el-tooltip>
 								</el-tooltip>
 							</div>
 							</div>
-						</template>
+						</template> -->
             <template slot-scope="scope">
             <template slot-scope="scope">
 							<div>{{ scope.row.scoreList.length>0?scope.row.scoreList.length>=2?scope.row.sum ? scope.row.sum : "-":"-":""}}</div>
 							<div>{{ scope.row.scoreList.length>0?scope.row.scoreList.length>=2?scope.row.sum ? scope.row.sum : "-":"-":""}}</div>
               <!-- <div>{{ scope.row.sum ? scope.row.sum : "-" }}</div> -->
               <!-- <div>{{ scope.row.sum ? scope.row.sum : "-" }}</div> -->