huangyw 3 년 전
부모
커밋
17f52b0d61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/data/basicConfig.vue

+ 1 - 1
src/xt_pages/data/basicConfig.vue 파일 보기

@@ -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>