huangyw 3 年 前
コミット
87e8af09e8
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/xt_pages/outpatientCharges/statementTemplate/printOne.vue
  2. 1 1
      src/xt_pages/outpatientCharges/statementTemplate/test.vue

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printOne.vue ファイルの表示

@@ -22,7 +22,7 @@
22 22
         <td width="100" v-if="info.hosp_lv == '9'">一级乙等</td>
23 23
         <td width="100" v-if="info.hosp_lv == '10'">一级丙等</td>
24 24
         <td width="100" v-if="info.hosp_lv == '11'">无等级</td>
25
-        <td width="100" v-if="!info.hosp_lv"></td>
25
+        <td width="100" v-else></td>
26 26
 
27 27
       </tr>
28 28
       <tr>

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/test.vue ファイルの表示

@@ -22,7 +22,7 @@
22 22
         <td width="100" v-if="info.hosp_lv == '9'">一级乙等</td>
23 23
         <td width="100" v-if="info.hosp_lv == '10'">一级丙等</td>
24 24
         <td width="100" v-if="info.hosp_lv == '11'">无等级</td>
25
-        <td width="100" v-if="!info.hosp_lv"></td>
25
+        <td width="100" v-else></td>
26 26
 
27 27
       </tr>
28 28
       <tr>