修正調整很多東西
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
year: '',
|
||||
month: '',
|
||||
season: '',
|
||||
chk_hasact: false,
|
||||
chk_hasact: true,
|
||||
chk_noact: false,
|
||||
select_act: '',
|
||||
select_actitem: '',
|
||||
@@ -217,6 +217,7 @@
|
||||
this.search.activity_num = this.this_act;
|
||||
this.initPrintSearch();
|
||||
this.initActivity();
|
||||
this.getDefault();
|
||||
const navEntries = performance.getEntriesByType("navigation");
|
||||
const isReload = navEntries.length > 0 && navEntries[0].type === "reload";
|
||||
|
||||
@@ -247,7 +248,7 @@
|
||||
this.isSearched = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (printResult === 'nodata' || printResult === 'success') {
|
||||
|
||||
|
||||
@@ -266,6 +267,7 @@
|
||||
window.history.replaceState({}, '', cleanUrl);
|
||||
}, 100);
|
||||
});
|
||||
|
||||
},
|
||||
watch: {
|
||||
options: {
|
||||
@@ -700,7 +702,7 @@
|
||||
$btn.click();
|
||||
let el = document.getElementById('offcanvasRight');
|
||||
let offcanvas = bootstrap.Offcanvas.getOrCreateInstance(el);
|
||||
offcanvas.show();
|
||||
//offcanvas.show();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
@@ -747,7 +749,7 @@
|
||||
<a v-if="item.f_num != null && item.activity_num != null && item.status == 1" class="btn btn-outline-secondary btn-sm opacity-50" style="pointer-events: none" ><i class="mdi mdi-account-check"></i>已報到</a>
|
||||
</template>
|
||||
<template #item.slot_btn="{ item }">
|
||||
<a :href="'reg.aspx?order_no='+item.order_no" class="btn btn-outline-secondary btn-sm"><i class="mdi mdi-pencil-box-outline"></i>修改</a>
|
||||
<a :href="'reg.aspx?order_no='+item.order_no" class="btn btn-outline-secondary btn-sm"><i class="mdi mdi-pencil-box-outline"></i>編輯</a>
|
||||
<a @click="deleteItem(item)" class="btn btn-outline-secondary btn-sm"><i class="mdi mdi-trash-can"></i>刪除</a>
|
||||
</template>
|
||||
</v-data-table>
|
||||
@@ -877,11 +879,11 @@
|
||||
<span class="fs-6 text text-dark">活動 *</span>
|
||||
</v-col>
|
||||
<v-col :cols="10" class="pt-5" >
|
||||
活動/非活動至少勾選一項
|
||||
<%--活動/非活動至少勾選一項
|
||||
<v-checkbox
|
||||
v-model="print_search.chk_noact"
|
||||
:label="`非活動報名`"
|
||||
></v-checkbox>
|
||||
></v-checkbox> --%>
|
||||
<v-checkbox
|
||||
v-model="print_search.chk_hasact"
|
||||
:label="`活動報名`"
|
||||
|
||||
Reference in New Issue
Block a user