陈少旭 5 months ago
parent
commit
98c0fa41a6

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

@@ -227,7 +227,7 @@ import html2canvas from "html2canvas"
227 227
         nurseList:[],
228 228
         operators:[],
229 229
         docList:[],
230
-        status_options:[{value:1,label:'达到透析处方时间'},{value:2,label:'未达到处方时间'},{value:3,label:'超出处方时间'}],
230
+        status_options:[{value:1,label:'达到透析处方时间'},{value:3,label:'未达到处方时间'},{value:2,label:'超出处方时间'}],
231 231
         date_options:[{value:1,label:'最近七天'},{value:2,label:'本周'},{value:3,label:'上周'},{value:4,label:'本月'},
232 232
                       {value:5,label:'上月'},{value:6,label:'本年'},{value:7,label:'上一年'}
233 233
         ],
@@ -348,7 +348,7 @@ import html2canvas from "html2canvas"
348 348
                 }
349 349
               }
350 350
               console.log('111111',status_id);
351
-              
351
+
352 352
               this.status_value = status_id
353 353
               this.getdetail(status_id)
354 354
             })