This commit is contained in:
caoliancun
2023-02-19 23:08:47 +08:00
parent 8ca3069737
commit 2906f19e0a
5 changed files with 11 additions and 28 deletions

View File

@@ -89,6 +89,10 @@
}
}
},
created() {
},
methods: {
tabSelect(e) {
this.TabCur = e.currentTarget.dataset.id;