Browse Source

细节调整

360view
bianyaqi 2 years ago
parent
commit
a9d47514d4
  1. 2
      src/components/360View/medicalRecord/index.vue
  2. 2
      src/page-subspecialty/views/modules/formList/InformedConsent.vue

2
src/components/360View/medicalRecord/index.vue

@ -139,7 +139,7 @@ export default {
const params = {
id: this.id
}
this.$confirmFun('你确定要删除此随访记录吗?').then(() => {
this.$confirmFun('你确定要删除吗?').then(() => {
this.$http.post('/case/delete', params).then(() => {
this.getFormList()
this.$message.success('删除成功')

2
src/page-subspecialty/views/modules/formList/InformedConsent.vue

@ -5,7 +5,7 @@
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button>
<el-button type="danger" size="small" @click="formDelete">删除</el-button>
</div>
<div id="threeFunc" style="width: 840px;padding-right: 8px;text-align: left">
<div id="threeFunc" style="width: 840px;padding-right: 8px;text-align: left;line-height: 28px">
<div class="flex j-c">
<img width="450" src="@/assets/img/xianganlogo.png">
</div>

Loading…
Cancel
Save