Browse Source

提交代码

陈少旭 9 months ago
parent
commit
511f894f96

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

@@ -11,7 +11,7 @@
11 11
     <!-- <div class="backColor"></div> -->
12 12
     <div class="mainCenter" v-loading="loading">
13 13
       <div class="centerLeft">
14
-        <div v-if="prescriptions[0].id >0 && (org_id == 10278 || org_id == 10138 || org_id == 0) ">
14
+        <div v-if="prescriptions[0].id >0 && (org_id == 10454) ">
15 15
         <el-button style="width: 100px" size="small" @click="callElePre(1)" type="primary">处方预核验</el-button>
16 16
         <el-button style="width: 100px"  size="small" @click="callElePre(2)" type="primary">处方签名</el-button>
17 17
         <el-button style="width: 100px"  size="small" @click="callElePre(3)" type="primary">处方上传</el-button>