牌位列印調整,活動刪除提示訊息調整

This commit is contained in:
2026-07-02 16:43:18 +08:00
parent 31e382070f
commit 1d09b445d3
3 changed files with 97 additions and 21 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
},
deleteItem(item) {
if (confirm('是否確定刪除此筆資料?')) {
if (confirm('是否確定刪除此筆資料,如有報名資料將一併刪除?')) {
const index = this.data_table.list.indexOf(item)
if (index != -1) {
axios