yq1 1 year ago
parent
commit
2a44b53d67
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientDoctorStation/checkTemplate/printThree.vue

+ 4 - 4
src/xt_pages/outpatientDoctorStation/checkTemplate/printThree.vue View File

@@ -78,16 +78,16 @@
78 78
                 {{ item.team.project_team }}
79 79
               </div>
80 80
               <div v-for="item in singleProjectPrint">
81
-                <div v-if="item.remark == '血透前抽血'" style="border-right: 1px solid red;padding-bottom: 5px;">
81
+                <!-- <div v-if="item.remark == '血透前抽血'" style="border-right: 1px solid red;padding-bottom: 5px;"> -->
82 82
                   {{ item.project.project_name }}
83
-                </div>
83
+                <!-- </div> -->
84 84
               </div>
85
-              <div style="height: 10px;"></div>
85
+              <!-- <div style="height: 10px;"></div>
86 86
               <div v-for="item in singleProjectPrint" >
87 87
                 <div v-if="item.remark == '血透后抽血'" style="border-right: 1px solid rgb(0, 47, 255);padding-bottom: 5px;">
88 88
                   {{ item.project.project_name }}
89 89
                 </div>
90
-              </div>
90
+              </div> -->
91 91
               <!-- <span style="position: absolute;top: 65px;right: -77px;" v-if=" singleProjectPrint.length>0">血透前抽血</span>
92 92
               <span style="position: absolute;bottom: 96px;right: -77px;" v-if=" singleProjectPrint.length>0">血透后抽血</span> -->
93 93
             </div>