Update TabPiyangoKatilimciListesi.vue to disable the 'Online Çekiliş Düzenle' button while an online draw is being created. Modify button text to reflect the current action, enhancing user feedback during the process.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
<template #extraButtons>
|
||||
<button
|
||||
class="button-c"
|
||||
:disabled="piyangoKatilimciService.isCreatingOnlineDraw"
|
||||
@click="piyangoKatilimciService.CreateOnlineDraw"
|
||||
v-if="
|
||||
paginationData.totalRecords > 0 &&
|
||||
@ -21,7 +22,7 @@
|
||||
piyangoStore.lotteryApprove === 4 &&
|
||||
piyangoStore.lotteryData.cekilisYontemiId === 2
|
||||
">
|
||||
Online Çekiliş Düzenle
|
||||
{{ piyangoKatilimciService.isCreatingOnlineDraw ? 'Çekiliş Düzenleniyor...' : 'Online Çekiliş Düzenle' }}
|
||||
</button>
|
||||
<a href="/data/ornek-katilimci-listesi.xlsx" target="_blank" class="button-c">
|
||||
Örnek Katılımcı Dosyası İndir
|
||||
|
||||
Reference in New Issue
Block a user