返回按钮

This commit is contained in:
shidongli 2024-12-09 17:12:29 +08:00
parent 26936a66ad
commit 7ebc5dd5ca

View File

@ -35,6 +35,14 @@
v-if="patientUploadButtonVisible == 'true'"
>导入</el-button
>
<el-button
type="success"
plain
size="mini"
@click="handleback"
v-if="this.$router.currentRoute.path == '/patient/ImportDetails'"
>返回</el-button
>
<Button
v-show="collapsiable"
type="text"
@ -605,6 +613,13 @@ export default {
cancelphone() {
this.openphone = false;
},
//
handleback(){
this.$router.push({
path: "/patient/patientinfoimport",
});
},
//
handleUpload() {
// this.openphone=true;