Browse Source

修改bug和需求

csx 5 years ago
parent
commit
e8870a1f6d
1 changed files with 12 additions and 12 deletions
  1. 12 12
      src/xt_pages/user/dialysisSolution.vue

+ 12 - 12
src/xt_pages/user/dialysisSolution.vue View File

27
           label="透析模式"
27
           label="透析模式"
28
           min-width="50">
28
           min-width="50">
29
           <template slot-scope="scope">
29
           <template slot-scope="scope">
30
-            {{scope.row.mode_name}}
30
+            {{modeOptions[scope.row.mode_id].name}}
31
           </template>
31
           </template>
32
         </el-table-column>
32
         </el-table-column>
33
         <el-table-column
33
         <el-table-column
36
           label="透析时长"
36
           label="透析时长"
37
           min-width="50">
37
           min-width="50">
38
           <template slot-scope="scope">
38
           <template slot-scope="scope">
39
-            {{scope.row.dialysis_duration}}h
39
+            {{scope.row.dialysis_duration_hour}} 小时 {{scope.row.dialysis_duration_minute}} 分钟
40
           </template>
40
           </template>
41
         </el-table-column>
41
         </el-table-column>
42
         <!-- <el-table-column
42
         <!-- <el-table-column
58
               <span >{{scope.row.name}}{{scope.row.sub_name}}</span>
58
               <span >{{scope.row.name}}{{scope.row.sub_name}}</span>
59
           </template>
59
           </template>
60
         </el-table-column> -->
60
         </el-table-column> -->
61
-        <el-table-column
62
-          prop="doctor"
63
-          label="医生"
64
-          align="center"
65
-          min-width="110">
66
-          <template slot-scope="scope">
67
-            <span>{{getAdminUserName(scope.row.doctor)}}</span>
68
-          </template>
69
-
70
-        </el-table-column>
61
+        <!--<el-table-column-->
62
+          <!--prop="doctor"-->
63
+          <!--label="医生"-->
64
+          <!--align="center"-->
65
+          <!--min-width="110">-->
66
+          <!--<template slot-scope="scope">-->
67
+            <!--<span>{{getAdminUserName(scope.row.doctor)}}</span>-->
68
+          <!--</template>-->
69
+
70
+        <!--</el-table-column>-->
71
 
71
 
72
         <el-table-column
72
         <el-table-column
73
           prop="updated_time"
73
           prop="updated_time"