Browse Source

提交代码

陈少旭 1 year ago
parent
commit
95aac8ae8c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

80
 
80
 
81
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
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
             <el-button  size="small"
84
             <el-button  size="small"
85
                         @click="openZb(1)"
85
                         @click="openZb(1)"
86
                         v-if=" this.order.id == 0"
86
                         v-if=" this.order.id == 0"
92
             </el-button>
92
             </el-button>
93
           </div>
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
             <!--            <el-button size="small"-->
96
             <!--            <el-button size="small"-->
97
             <!--                       @click="openZb(1)"-->
97
             <!--                       @click="openZb(1)"-->
98
             <!--                       type="primary">登记-->
98
             <!--                       type="primary">登记-->