소스 검색

提交代码

陈少旭 1 년 전
부모
커밋
ab8b765e92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 파일 보기

@@ -108,7 +108,7 @@
108 108
 
109 109
             <el-button v-loading="loadingone" size="small"
110 110
                        @click="open(40)"
111
-                       v-if="org_id == 10191 || org_id == 10318"
111
+                       v-if="org_id == 10191 || org_id == 10318 || org_id == 10567"
112 112
                        type="primary">登陆
113 113
             </el-button>
114 114