快速報名增加可選哪一次法會,複製另一個牌位內容成新一張牌位

This commit is contained in:
2026-05-24 10:48:18 +08:00
parent 2724173216
commit 889e5679aa
7 changed files with 134 additions and 35 deletions
+5 -6
View File
@@ -42,9 +42,8 @@
let VueApp = new Vue({
el: '#app',
vuetify: new Vuetify(),
activated() {
mounted() {
this.getDetail();
},
data() {
return {
@@ -87,7 +86,8 @@
hasPrice: '',
},
currentView: 'fastSignUp-component',
twoData: {}
twoData: {},
detail_table:[]
};
},
components: {
@@ -107,7 +107,6 @@
},
methods: {
changeView(item) {
console.log(item);
if (item.action === "detail") {
this.twoData = item.item.num
this.currentView = "fastSignUp2-component"
@@ -119,9 +118,9 @@
this.currentView = "fastSignUp4-component"
} else if (item.action === "signup1") {
this.twoData = item.item
this.currentView = "fastSignUp1-component"
this.currentView = "fastSignUp-component"
}
console.log("item.action:",this.twoData)
//console.log("item.action:",this.twoData)
},
getDetail() {
const { sortBy, sortDesc, page, itemsPerPage } = this.options