瀏覽代碼

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 年之前
父節點
當前提交
0fcee9288f
共有 2 個文件被更改,包括 2454 次插入2453 次删除
  1. 2453 2452
      src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue
  2. 1 1
      src/xt_pages/workforce/components/tableWeeks.vue

文件差異過大導致無法顯示
+ 2453 - 2452
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue


+ 1 - 1
src/xt_pages/workforce/components/tableWeeks.vue 查看文件

@@ -396,7 +396,7 @@ export default {
396 396
   created() {
397 397
     this.modeOptions = this.$store.getters.treatment_mode;
398 398
     this.anticoagulants_confit = this.$store.getters.anticoagulants_confit;
399
-    console.log("抗凝机", this.anticoagulants_confit);
399
+    //console.log("抗凝机", this.anticoagulants_confit);
400 400
     this.week_type = new Date().getDay();
401 401
     if (this.week_type == 0) {
402 402
       this.week_type = 7;