See999 4 年之前
父節點
當前提交
70a0075a50
共有 1 個文件被更改,包括 1 次插入10 次删除
  1. 1 10
      src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue

+ 1 - 10
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue 查看文件

241
       <table class="print-table" border="1">
241
       <table class="print-table" border="1">
242
         <tbody>
242
         <tbody>
243
             <tr>
243
             <tr>
244
-              <td width="40"></td>
245
               <td width="60">时间</td>
244
               <td width="60">时间</td>
246
               <td width="80">BP</td>
245
               <td width="80">BP</td>
247
               <td width="40">心率</td>
246
               <td width="40">心率</td>
256
             </tr>
255
             </tr>
257
 
256
 
258
 
257
 
259
-            <tr v-for="(monitor,i) in monitors" :key="monitor.id">
260
-              <td>
261
-                  <span v-if="i == 0">
262
-                      透前
263
-                  </span>
264
-                  <span v-if="i == 1">
265
-                      透后
266
-                  </span>
267
-              </td>
258
+            <tr v-for="monitor in monitors" :key="monitor.id">
268
               <td>&nbsp;
259
               <td>&nbsp;
269
                 {{getTime(monitor.operate_time,'{h}:{i}')}}
260
                 {{getTime(monitor.operate_time,'{h}:{i}')}}
270
               </td>
261
               </td>