huangyw 2 years ago
parent
commit
17f52b0d61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/data/basicConfig.vue

+ 1 - 1
src/xt_pages/data/basicConfig.vue View File

@@ -25,7 +25,7 @@
25 25
           <el-switch v-model="is_open_xt_his" @change="changeFuncOne"></el-switch>
26 26
           <p style="margin-top:20px;">门诊处方和临时医嘱同步到透析医嘱:
27 27
           <el-switch v-model="is_open_advice_xt_his" @change="changeFuncSix"></el-switch>
28
-          <p style="margin-top:20px;">是否出库:
28
+          <p style="margin-top:20px;" v-if="is_open_advice_xt_his==true">是否出库:
29 29
           <el-switch v-model="is_open_prescription_xt_his" @change="changeFuncSeven"></el-switch>
30 30
           </p>
31 31
         </div>