陈少旭 1 month ago
parent
commit
bef994b2b7

+ 3 - 2
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/Total_table.vue View File

@@ -229,7 +229,7 @@ export default {
229 229
         { id: 10, name: 'PHF' },{ id: 11, name: 'HFR' },{ id: 12, name: 'HDF+HP' },{ id: 13, name: 'CRRT' },{ id: 14, name: '腹水回输' },
230 230
         { id: 15, name: 'HD前置换' },{ id: 16, name: 'HD后置换' },{ id: 17, name: 'HDF前置换' },{ id: 18, name: 'HDF后置换' },
231 231
         { id:19, name:"IUF+HD"},{ id:20, name:"UF"},{ id:21, name:"HD+"},{ id:22, name:"血浆胆红素吸附+HDF"},{ id:23, name:"血浆胆红素吸附"},
232
-        { id:24, name:"I-HDF"},{ id:25, name:"HD高通"},{ id:26, name:"CVVH"},{ id:27, name:"CVVHD"},{ id:28, name:"CVVHDF"},{ id:29, name:"PE"},
232
+        { id:24, name:"I-HDF"},{ id:25, name:"HD高通"},{ id:26, name:"CVVH"},{ id:27, name:"CVVHD"},{ id:28, name:"CVVHDF"},{ id:29, name:"PE"},,{ id:40, name:"HD(无肝素)"}
233 233
       ],
234 234
       date_mode_options:[{value:2,label:'按周'},{value:1,label:'按天'},{value:3,label:'按月'},{value:4,label:'按年'}],
235 235
       source_options:[{value:1,label:'以开始透析为准'},{value:2,label:'以排班为准'}],
@@ -258,7 +258,7 @@ export default {
258 258
           this.patientTableData = list
259 259
           var column = []
260 260
           var column2 = []
261
-          list.forEach((v,i)=>{                  
261
+          list.forEach((v,i)=>{
262 262
               Object.keys(v).forEach(v=>{
263 263
                   column2.push(v)
264 264
               })
@@ -319,6 +319,7 @@ export default {
319 319
         // const mode_name = column.label
320 320
         var mode_id = ''
321 321
         for(let i in this.mode_options){
322
+          console.log(this.mode_options[i].name)
322 323
           if(column.property == this.mode_options[i].name){
323 324
             mode_id = this.mode_options[i].id
324 325
           }