|
@@ -27,7 +27,7 @@
|
27
|
27
|
label="透析模式"
|
28
|
28
|
min-width="50">
|
29
|
29
|
<template slot-scope="scope">
|
30
|
|
- {{scope.row.mode_name}}
|
|
30
|
+ {{modeOptions[scope.row.mode_id].name}}
|
31
|
31
|
</template>
|
32
|
32
|
</el-table-column>
|
33
|
33
|
<el-table-column
|
|
@@ -36,7 +36,7 @@
|
36
|
36
|
label="透析时长"
|
37
|
37
|
min-width="50">
|
38
|
38
|
<template slot-scope="scope">
|
39
|
|
- {{scope.row.dialysis_duration}}h
|
|
39
|
+ {{scope.row.dialysis_duration_hour}} 小时 {{scope.row.dialysis_duration_minute}} 分钟
|
40
|
40
|
</template>
|
41
|
41
|
</el-table-column>
|
42
|
42
|
<!-- <el-table-column
|
|
@@ -58,16 +58,16 @@
|
58
|
58
|
<span >{{scope.row.name}}{{scope.row.sub_name}}</span>
|
59
|
59
|
</template>
|
60
|
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
|
72
|
<el-table-column
|
73
|
73
|
prop="updated_time"
|