Browse Source

dj seo

master
pengjun 2 years ago
parent
commit
5dc671007b
  1. 2
      src/components/patientRegister/PatientRegisterEdit.vue
  2. 2
      src/components/patientRegister/PatientRegisterList.vue

2
src/components/patientRegister/PatientRegisterEdit.vue

@ -1783,7 +1783,7 @@ export default {
};
// lis
this.lisPrint('0003', isPreview, toOutShell)
this.lisPrint('0002', isPreview, toOutShell)
// pacs
this.pacsPrint('0004', isPreview, toOutShell)

2
src/components/patientRegister/PatientRegisterList.vue

@ -151,7 +151,7 @@
<div class="listBtn">
<el-button type="" class="btnClass commonbutton">健康档案</el-button>
</div>
-->
-->
<div v-show="checkPagePriv(pagePriv.privs, '批量调整分组')" class="listBtn">
<el-button type="" class="commonbutton" @click="btnGroupBatch">批量调整分组</el-button>
</div>

Loading…
Cancel
Save