Browse Source

hah阿凡达

28169 1 week ago
parent
commit
8afa96fa91

+ 2 - 2
src/xt_pages/dialysis/details/dialog/acceptsTreatmentDialog.vue View File

@@ -420,7 +420,7 @@ export default {
420 420
         condition: "1",
421 421
         posture: "1",
422 422
         sick_condition: "1",
423
-        danger_level: "1",
423
+        danger_level: "2",
424 424
         intake: "1",
425 425
         nutrition: "1",
426 426
         psychological_assessment: "1",
@@ -483,7 +483,7 @@ export default {
483 483
           accepts.posture = 1
484 484
           accepts.consciousness =1
485 485
           accepts.appetite =1
486
-          accepts.danger_level=1
486
+          accepts.danger_level=2
487 487
           console.log("this.precaution_arr",this.precaution_arr)
488 488
           this.receiveTreatmentAsses.way =1
489 489
           this.receiveTreatmentAsses.consciousness =2

+ 7 - 0
src/xt_pages/role/admin.vue View File

@@ -249,6 +249,13 @@
249 249
           style="float:left"
250 250
           @click="toCheckQuery">库存检验脚本</el-button> -->
251 251
 
252
+        <el-button
253
+          type="primary"
254
+          size="small"
255
+          icon="el-icon-circle-plus-outline"
256
+          style="float:left"
257
+          @click="toAutoDiagnose">检验</el-button> 
258
+
252 259
 
253 260
 
254 261
      </div>

+ 1 - 0
src/xt_pages/user/doctorAdvice.vue View File

@@ -2920,6 +2920,7 @@ export default {
2920 2920
         .catch(() => {});
2921 2921
     },
2922 2922
     DeleteGroupAdvice(groupno, row) {
2923
+      console.log("patinet_id =======",row)
2923 2924
       this.$confirm("确认删除这组医嘱?", "医嘱删除", {
2924 2925
         confirmButtonText: "确定",
2925 2926
         cancelButtonText: "取消",