|
@@ -88,62 +88,62 @@
|
88
|
88
|
</ul>
|
89
|
89
|
</div>
|
90
|
90
|
</div>
|
91
|
|
- <el-table
|
92
|
|
- :row-style="{ color: '#303133' }"
|
93
|
|
- :data="summarySchData"
|
94
|
|
- border
|
95
|
|
- :header-cell-style="{
|
96
|
|
- backgroundColor: 'rgb(245, 247, 250)',
|
97
|
|
- color: '#606266'
|
98
|
|
- }"
|
99
|
|
- style="width: 100%"
|
100
|
|
- >
|
101
|
|
-
|
102
|
|
- <el-table-column label="分区" min-width="70" align="center">
|
103
|
|
- <template slot-scope="scope">
|
104
|
|
- {{ scope.row.zone.name }}
|
105
|
|
- </template>
|
106
|
|
- </el-table-column>
|
107
|
|
-
|
108
|
|
- <el-table-column label="透析模式" min-width="100" align="center">
|
109
|
|
- <template slot-scope="scope">
|
110
|
|
- {{getModeDesc(scope.row.list)}}
|
111
|
|
- </template>
|
112
|
|
- </el-table-column>
|
113
|
|
- <el-table-column label="透析液" min-width="100" align="center">
|
114
|
|
- <template slot-scope="scope">
|
115
|
|
- {{getDialysisLiquidDesc(scope.row.list)}}
|
116
|
|
- </template>
|
117
|
|
- </el-table-column>
|
118
|
|
-
|
119
|
|
- <el-table-column label="透析管路" min-width="100" align="center">
|
120
|
|
- <template slot-scope="scope">
|
121
|
|
- {{getDialysisPipeDesc(scope.row.list)}}
|
122
|
|
- </template>
|
123
|
|
- </el-table-column>
|
124
|
|
-
|
125
|
|
- <el-table-column label="穿刺针" min-width="100" align="center">
|
126
|
|
- <template slot-scope="scope">
|
127
|
|
- {{getPunctureNeedleDesc(scope.row.list)}}
|
128
|
|
- </template>
|
129
|
|
- </el-table-column>
|
130
|
|
-
|
131
|
|
-
|
132
|
|
- <el-table-column label="抗凝剂" min-width="100" align="center">
|
133
|
|
- <template slot-scope="scope">
|
134
|
|
- {{getAnticoagulantDesc(scope.row.list)}}
|
135
|
|
- </template>
|
136
|
|
- </el-table-column>
|
137
|
|
-
|
138
|
|
-
|
139
|
|
- <el-table-column label="促红素" min-width="100" align="center">
|
140
|
|
- <template slot-scope="scope">
|
141
|
|
- {{getEPODesc(scope.row.list)}}
|
142
|
|
- </template>
|
143
|
|
- </el-table-column>
|
144
|
|
-
|
145
|
|
-
|
146
|
|
- </el-table>
|
|
91
|
+ <!--<el-table-->
|
|
92
|
+ <!--:row-style="{ color: '#303133' }"-->
|
|
93
|
+ <!--:data="summarySchData"-->
|
|
94
|
+ <!--border-->
|
|
95
|
+ <!--:header-cell-style="{-->
|
|
96
|
+ <!--backgroundColor: 'rgb(245, 247, 250)',-->
|
|
97
|
+ <!--color: '#606266'-->
|
|
98
|
+ <!--}"-->
|
|
99
|
+ <!--style="width: 100%"-->
|
|
100
|
+ <!-->-->
|
|
101
|
+
|
|
102
|
+ <!--<el-table-column label="分区" min-width="70" align="center">-->
|
|
103
|
+ <!--<template slot-scope="scope">-->
|
|
104
|
+ <!--{{ scope.row.zone.name }}-->
|
|
105
|
+ <!--</template>-->
|
|
106
|
+ <!--</el-table-column>-->
|
|
107
|
+
|
|
108
|
+ <!--<el-table-column label="透析模式" min-width="100" align="center">-->
|
|
109
|
+ <!--<template slot-scope="scope">-->
|
|
110
|
+ <!--{{getModeDesc(scope.row.list)}}-->
|
|
111
|
+ <!--</template>-->
|
|
112
|
+ <!--</el-table-column>-->
|
|
113
|
+ <!--<el-table-column label="透析液" min-width="100" align="center">-->
|
|
114
|
+ <!--<template slot-scope="scope">-->
|
|
115
|
+ <!--{{getDialysisLiquidDesc(scope.row.list)}}-->
|
|
116
|
+ <!--</template>-->
|
|
117
|
+ <!--</el-table-column>-->
|
|
118
|
+
|
|
119
|
+ <!--<el-table-column label="透析管路" min-width="100" align="center">-->
|
|
120
|
+ <!--<template slot-scope="scope">-->
|
|
121
|
+ <!--{{getDialysisPipeDesc(scope.row.list)}}-->
|
|
122
|
+ <!--</template>-->
|
|
123
|
+ <!--</el-table-column>-->
|
|
124
|
+
|
|
125
|
+ <!--<el-table-column label="穿刺针" min-width="100" align="center">-->
|
|
126
|
+ <!--<template slot-scope="scope">-->
|
|
127
|
+ <!--{{getPunctureNeedleDesc(scope.row.list)}}-->
|
|
128
|
+ <!--</template>-->
|
|
129
|
+ <!--</el-table-column>-->
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+ <!--<el-table-column label="抗凝剂" min-width="100" align="center">-->
|
|
133
|
+ <!--<template slot-scope="scope">-->
|
|
134
|
+ <!--{{getAnticoagulantDesc(scope.row.list)}}-->
|
|
135
|
+ <!--</template>-->
|
|
136
|
+ <!--</el-table-column>-->
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+ <!--<el-table-column label="促红素" min-width="100" align="center">-->
|
|
140
|
+ <!--<template slot-scope="scope">-->
|
|
141
|
+ <!--{{getEPODesc(scope.row.list)}}-->
|
|
142
|
+ <!--</template>-->
|
|
143
|
+ <!--</el-table-column>-->
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+ <!--</el-table>-->
|
147
|
147
|
|
148
|
148
|
<el-table
|
149
|
149
|
:row-style="{ color: '#303133' }"
|