Browse Source

dj SEO

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

3
src/components/patientRegister/PatientRegisterEditGroupBatch.vue

@ -38,11 +38,14 @@
> >
</div> </div>
</div> </div>
<div style="display: flex;margin-top: 5px;justify-content:space-between;">
<div></div>
<div> <div>
<el-button type="primary" @click="groupBatchHandle"> </el-button> <el-button type="primary" @click="groupBatchHandle"> </el-button>
<el-button @click="dialogWin.PatientRegisterEditGroupBatch = false"> </el-button> <el-button @click="dialogWin.PatientRegisterEditGroupBatch = false"> </el-button>
</div> </div>
</div> </div>
</div>
<!-- 通用进度条 --> <!-- 通用进度条 -->
<el-dialog <el-dialog
title="数据处理中……" title="数据处理中……"

5
src/components/patientRegister/PatientRegisterEditItemBatch.vue

@ -137,11 +137,14 @@
</div> </div>
</div> </div>
</div> </div>
<div style="margin-top: 5px;margin-left: 460px;">
<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 type="primary" @click="asbitemBatchHandle"> </el-button>
<el-button @click="dialogWin.PatientRegisterEditItemBatch = false"> </el-button> <el-button @click="dialogWin.PatientRegisterEditItemBatch = false"> </el-button>
</div> </div>
</div> </div>
</div>
<!-- 通用进度条 --> <!-- 通用进度条 -->
<el-dialog <el-dialog

Loading…
Cancel
Save