Browse Source

check seo

master
pengjun 2 years ago
parent
commit
cdda0edde5
  1. 13
      src/components/doctorCheck/CheckItemList.vue
  2. 2
      src/components/patientRegister/PatientRegisterList.vue

13
src/components/doctorCheck/CheckItemList.vue

@ -55,8 +55,9 @@
:autosize="{ minRows: 4, maxRows: 4 }" v-model="moreResult.result" />
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="btnClear"> </el-button>
<el-button type="primary" @click="btnOkResult"> </el-button>
<el-button @click="dialogWinMoreResult = false">关闭</el-button>
<el-button @click="dialogWinMoreResult = false"> </el-button>
</span>
</el-dialog>
</div>
@ -395,6 +396,11 @@ export default {
this.moreResult.result = ret
},
//
btnClear(){
this.moreResult.result = ''
},
btnOkResult() {
this.doctorCheck.checkItemList[this.moreResult.index].result = this.moreResult.result
this.madeTooltips(this.moreResult.index);
@ -519,6 +525,11 @@ export default {
}
}
});
//
input.addEventListener('click', (event) => {
input.select()
});
});
});
},

2
src/components/patientRegister/PatientRegisterList.vue

@ -930,8 +930,6 @@ export default {
}
}
})
},
//

Loading…
Cancel
Save