Browse Source

提交代码

陈少旭 10 months ago
parent
commit
6fe1c0fef5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

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

114
 
114
 
115
             <el-button v-loading="loadingone" size="small"
115
             <el-button v-loading="loadingone" size="small"
116
                        @click="open(40)"
116
                        @click="open(40)"
117
-                       v-if="org_id == 10191 || org_id == 10318 || org_id == 10567  || org_id == 10375"
117
+                       v-if="org_id == 10191 || org_id == 10318 || org_id == 10567  || org_id == 10375 || org_id == 10480"
118
                        type="primary">登陆
118
                        type="primary">登陆
119
             </el-button>
119
             </el-button>
120
 
120