gaohaiyong há 1 ano atrás
pai
commit
2c1fdb59da
1 ficheiros alterados com 10 adições e 6 exclusões
  1. 10 6
      src/views/allcase/index.vue

+ 10 - 6
src/views/allcase/index.vue

@@ -109,7 +109,7 @@
       <el-collapse-transition>
       <el-collapse-transition>
         <div v-show="doctor_show">
         <div v-show="doctor_show">
           <el-row :gutter="20">
           <el-row :gutter="20">
-            <el-col :span="12">
+            <el-col :span="13">
               <el-table
               <el-table
                 :data="doctor_tableData"
                 :data="doctor_tableData"
                 class="mb20"
                 class="mb20"
@@ -141,7 +141,8 @@
                   label="病历总数"
                   label="病历总数"
                   align="center">
                   align="center">
                   <template slot-scope="scope">
                   <template slot-scope="scope">
-                    <span class="link" @click="toPageDoctor(scope.row,'doc_count')" style="color: #004983;">{{ scope.row.doc_count }}</span>
+                    <!-- <span class="link" @click="goto('/caseNumber?doctor_name='+ scope.row.key +'&sort=doc_count')" style="color: #004983;">{{ scope.row.doc_count }}例</span> -->
+                    <span class="link" @click="goto('/caseNumber')" style="color: #004983;">{{ scope.row.doc_count }}例</span>
                   </template>
                   </template>
                 </el-table-column>
                 </el-table-column>
                 <el-table-column
                 <el-table-column
@@ -149,14 +150,17 @@
                   label="总扣分"
                   label="总扣分"
                   align="center">
                   align="center">
                   <template slot-scope="scope">
                   <template slot-scope="scope">
-                    <span class="link" @click="toPageDoctor(scope.row,'score')" style="color: #004983;">{{ scope.row.score }}</span>
+                    <span class="link" @click="toPageDoctor(scope.row,'score')" style="color: #004983;">-{{ scope.row.score }}</span>
                   </template>
                   </template>
                 </el-table-column>
                 </el-table-column>
                 <el-table-column
                 <el-table-column
                   prop="avg_score"
                   prop="avg_score"
                   label="平均分"
                   label="平均分"
                   align="center"
                   align="center"
-                  show-overflow-tooltip>
+                  >
+                  <template slot-scope="scope">
+                    <span>{{ scope.row.avg_score }}分</span>
+                  </template>
                 </el-table-column>
                 </el-table-column>
               </el-table>
               </el-table>
               <el-pagination
               <el-pagination
@@ -165,11 +169,11 @@
                 @current-change="handleDoctorCurrentChange"
                 @current-change="handleDoctorCurrentChange"
                 :current-page="paginationDataDoctor.page"
                 :current-page="paginationDataDoctor.page"
                 :page-size="paginationDataDoctor.size"
                 :page-size="paginationDataDoctor.size"
-                layout="total, sizes, prev, pager, next, jumper"
+                layout="total, prev, pager, next, jumper"
                 :total="paginationDataDoctor.total">
                 :total="paginationDataDoctor.total">
               </el-pagination>
               </el-pagination>
             </el-col>
             </el-col>
-            <el-col :span="12">
+            <el-col :span="11">
               <DoctorRankVue v-if="doctor_rank.length" :data="doctor_rank" />
               <DoctorRankVue v-if="doctor_rank.length" :data="doctor_rank" />
             </el-col>
             </el-col>
           </el-row>
           </el-row>