Browse Source

check seo

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

11
src/components/doctorCheck/CheckItemList.vue

@ -55,6 +55,7 @@
:autosize="{ minRows: 4, maxRows: 4 }" v-model="moreResult.result" /> :autosize="{ minRows: 4, maxRows: 4 }" v-model="moreResult.result" />
</div> </div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="btnClear"> </el-button>
<el-button type="primary" @click="btnOkResult"> </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> </span>
@ -395,6 +396,11 @@ export default {
this.moreResult.result = ret this.moreResult.result = ret
}, },
//
btnClear(){
this.moreResult.result = ''
},
btnOkResult() { btnOkResult() {
this.doctorCheck.checkItemList[this.moreResult.index].result = this.moreResult.result this.doctorCheck.checkItemList[this.moreResult.index].result = this.moreResult.result
this.madeTooltips(this.moreResult.index); 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