Browse Source

dj SEO

master
pengjun 2 years ago
parent
commit
c5444b4be0
  1. 9
      src/components/patientRegister/PatientRegisterEditGroupBatch.vue
  2. 9
      src/components/patientRegister/PatientRegisterEditItemBatch.vue

9
src/components/patientRegister/PatientRegisterEditGroupBatch.vue

@ -38,9 +38,12 @@
> >
</div> </div>
</div> </div>
<div>
<el-button type="primary" @click="groupBatchHandle"> </el-button>
<el-button @click="dialogWin.PatientRegisterEditGroupBatch = false"> </el-button>
<div style="display: flex;margin-top: 5px;justify-content:space-between;">
<div></div>
<div>
<el-button type="primary" @click="groupBatchHandle"> </el-button>
<el-button @click="dialogWin.PatientRegisterEditGroupBatch = false"> </el-button>
</div>
</div> </div>
</div> </div>
<!-- 通用进度条 --> <!-- 通用进度条 -->

9
src/components/patientRegister/PatientRegisterEditItemBatch.vue

@ -137,9 +137,12 @@
</div> </div>
</div> </div>
</div> </div>
<div style="margin-top: 5px;margin-left: 460px;">
<el-button type="primary" @click="asbitemBatchHandle"> </el-button>
<el-button @click="dialogWin.PatientRegisterEditItemBatch = false"> </el-button>
<div style="display: flex;margin-top: 5px;margin-right: 10px;justify-content:space-between;">
<div></div>
<div>
<el-button type="primary" @click="asbitemBatchHandle"> </el-button>
<el-button @click="dialogWin.PatientRegisterEditItemBatch = false"> </el-button>
</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save