Merge branch 'nice_dev' into develop
This commit is contained in:
commit
ba2a4a58af
1 changed files with 8 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ async function onChangeRound() {
|
|||
snapFilter.value
|
||||
);
|
||||
store.tabType = "PENDING";
|
||||
store.roundMainCode = roundFilter.value.shortCode
|
||||
store.roundMainCode = roundFilter.value.shortCode;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -319,6 +319,13 @@ onMounted(async () => {
|
|||
<q-separator /> -->
|
||||
<q-card flat bordered>
|
||||
<TabGroup v-if="isLoad" :periodLatest="periodLatest" />
|
||||
<q-card v-else class="q-pa-sm">
|
||||
<div class="q-pa-sm">
|
||||
<q-banner inline-actions rounded class="bg-grey-1 text-center">
|
||||
ไม่มีข้อมูล
|
||||
</q-banner>
|
||||
</div>
|
||||
</q-card>
|
||||
</q-card>
|
||||
<!-- </q-card> -->
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue