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:
burakovec
2026-04-10 08:03:57 +03:00
parent e8827524a9
commit 31fe199214

View File

@ -13,6 +13,7 @@
<template #extraButtons> <template #extraButtons>
<button <button
class="button-c" class="button-c"
:disabled="piyangoKatilimciService.isCreatingOnlineDraw"
@click="piyangoKatilimciService.CreateOnlineDraw" @click="piyangoKatilimciService.CreateOnlineDraw"
v-if=" v-if="
paginationData.totalRecords > 0 && paginationData.totalRecords > 0 &&
@ -21,7 +22,7 @@
piyangoStore.lotteryApprove === 4 && piyangoStore.lotteryApprove === 4 &&
piyangoStore.lotteryData.cekilisYontemiId === 2 piyangoStore.lotteryData.cekilisYontemiId === 2
"> ">
Online Çekiliş Düzenle {{ piyangoKatilimciService.isCreatingOnlineDraw ? 'Çekiliş Düzenleniyor...' : 'Online Çekiliş Düzenle' }}
</button> </button>
<a href="/data/ornek-katilimci-listesi.xlsx" target="_blank" class="button-c"> <a href="/data/ornek-katilimci-listesi.xlsx" target="_blank" class="button-c">
Örnek Katılımcı Dosyası İndir Örnek Katılımcı Dosyası İndir