功能修正調整

This commit is contained in:
2026-06-22 17:58:04 +08:00
parent 5f3ac3ec7f
commit 5fa147f960
6 changed files with 68 additions and 44 deletions
+2 -1
View File
@@ -62,7 +62,7 @@
header: [
{ text: '單號', value: 'order_no' },
{ text: '姓名', value: 'u_name' },
{ text: '報名日期', value: 'up_time' },
{ text: '報名日期', value: 'uptime' },
{ text: '單據狀態', value: 'keyin1_txt', align: 'start' },
{ text: '', value: 'slot_btn', sortable: false, align: 'end' }
],
@@ -109,6 +109,7 @@
methods: {
changeView(item) {
if (item.action === "detail") {
console.log("change to fastSignup2")
this.twoData = item.item.num
this.currentView = "fastSignUp2-component"
} else if (item.action === "add") {