Explorar el Código

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx hace 2 años
padre
commit
e6372dfe6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/data/basicConfig.vue

+ 1 - 1
src/xt_pages/data/basicConfig.vue Ver fichero

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