瀏覽代碼

10月25质控

yq1 8 月之前
父節點
當前提交
12068dc6f5
共有 1 個文件被更改,包括 12 次插入10 次删除
  1. 12 10
      src/xt_pages/Dialysisanalysis/new_otherIndicators/components/complete.vue

+ 12 - 10
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/complete.vue 查看文件

223
         limit:50,
223
         limit:50,
224
         total:0,
224
         total:0,
225
         tableData:[],
225
         tableData:[],
226
-        status_options:[],
226
+        // status_options:[],
227
         nurseList:[],
227
         nurseList:[],
228
         operators:[],
228
         operators:[],
229
         docList:[],
229
         docList:[],
230
-        // status_options:[{value:1,label:'达到透析处方时间'},{value:2,label:'超出处方时间'},{value:3,label:'未到达处方时间'}],
230
+        status_options:[{value:1,label:'达到透析处方时间'},{value:2,label:'未到达处方时间'}],
231
         date_options:[{value:1,label:'最近七天'},{value:2,label:'本周'},{value:3,label:'上周'},{value:4,label:'本月'},
231
         date_options:[{value:1,label:'最近七天'},{value:2,label:'本周'},{value:3,label:'上周'},{value:4,label:'本月'},
232
                       {value:5,label:'上月'},{value:6,label:'本年'},{value:7,label:'上一年'}
232
                       {value:5,label:'上月'},{value:6,label:'本年'},{value:7,label:'上一年'}
233
         ],
233
         ],
272
               yAxis.push(key)
272
               yAxis.push(key)
273
             }
273
             }
274
             const status = []
274
             const status = []
275
-            for(let i in yAxis){
276
-              const obj ={
277
-                value:(i*1)+1,
278
-                label:yAxis[i]
279
-              }
280
-              status.push(obj)
281
-            }
282
-            this.status_options = status
275
+            // for(let i in yAxis){
276
+            //   const obj ={
277
+            //     value:(i*1)+1,
278
+            //     label:yAxis[i]
279
+            //   }
280
+            //   status.push(obj)
281
+            // }
282
+            // this.status_options = status
283
             console.log('this.status_options',this.status_options);
283
             console.log('this.status_options',this.status_options);
284
             const option = {
284
             const option = {
285
                 title:{
285
                 title:{
347
                   status_id = this.status_options[i].value
347
                   status_id = this.status_options[i].value
348
                 }
348
                 }
349
               }
349
               }
350
+              console.log('111111',status_id);
351
+              
350
               this.status_value = status_id
352
               this.status_value = status_id
351
               this.getdetail(status_id)
353
               this.getdetail(status_id)
352
             })
354
             })