陈少旭 před 1 rokem
rodič
revize
95aac8ae8c

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -80,7 +80,7 @@
80 80
 
81 81
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
82 82
 
83
-          <div v-if="org_id == 10206">
83
+          <div v-if="org_id == 10206 || org_id == 10454">
84 84
             <el-button  size="small"
85 85
                         @click="openZb(1)"
86 86
                         v-if=" this.order.id == 0"
@@ -92,7 +92,7 @@
92 92
             </el-button>
93 93
           </div>
94 94
 
95
-          <div  v-if="org_id != 10206 && org_id != 10340">
95
+          <div  v-if="org_id != 10206 && org_id != 10340 && org_id != 10454">
96 96
             <!--            <el-button size="small"-->
97 97
             <!--                       @click="openZb(1)"-->
98 98
             <!--                       type="primary">登记-->