From cdda0edde5fcd2e68d22a8fa96aa622dbbe64d9e Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 16 May 2024 18:16:21 +0800 Subject: [PATCH] check seo --- src/components/doctorCheck/CheckItemList.vue | 13 ++++++++++++- .../patientRegister/PatientRegisterList.vue | 2 -- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 75bffb2..3d1831e 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -55,8 +55,9 @@ :autosize="{ minRows: 4, maxRows: 4 }" v-model="moreResult.result" /> + 清 除 确 定 - 关闭 + 关 闭 @@ -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() + }); }); }); }, diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 3215054..455eec0 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -930,8 +930,6 @@ export default { } } }) - - }, //滚动加载数据