diff --git a/src/assets/style/default.css b/src/assets/style/default.css
index 93bea4e..26e8e6c 100644
--- a/src/assets/style/default.css
+++ b/src/assets/style/default.css
@@ -727,6 +727,99 @@ svg {
background-color: #f1f1f1;
}
+/* İşlem durumu badge stilleri - basit ve kompakt */
+.islem-status-badge {
+ display: inline-block;
+ padding: 4px 10px;
+ color: #fff;
+ border-radius: 12px;
+ font-size: 0.875em;
+ font-weight: 500;
+ white-space: nowrap;
+ line-height: 1.4;
+}
+
+.form-select-list-item .islem-status-badge {
+ display: inline-block;
+ width: auto;
+}
+
+.form-select-activator .islem-status-badge {
+ display: inline-block;
+ width: auto;
+}
+
+/* Her durum için benzersiz canlı renkler */
+.islem-status-coral {
+ background: #e74c3c;
+}
+.islem-status-amber {
+ background: #f39c12;
+}
+.islem-status-sky {
+ background: #3498db;
+}
+.islem-status-rose {
+ background: #e91e63;
+}
+.islem-status-pink {
+ background: #ec407a;
+}
+.islem-status-slate {
+ background: #607d8b;
+ color: #fff;
+}
+.islem-status-emerald {
+ background: #27ae60;
+}
+.islem-status-red {
+ background: #c0392b;
+}
+.islem-status-salmon {
+ background: #e67e22;
+}
+.islem-status-mint {
+ background: #2ecc71;
+}
+.islem-status-peach {
+ background: #ff9800;
+}
+.islem-status-yellow {
+ background: #f1c40f;
+ color: #333;
+}
+.islem-status-teal {
+ background: #1abc9c;
+}
+.islem-status-cyan {
+ background: #00bcd4;
+}
+.islem-status-orange {
+ background: #ff5722;
+}
+.islem-status-blue {
+ background: #2196f3;
+}
+.islem-status-gold {
+ background: #ffc107;
+ color: #333;
+}
+.islem-status-lavender {
+ background: #9c27b0;
+}
+.islem-status-violet {
+ background: #673ab7;
+}
+.islem-status-crimson {
+ background: #d32f2f;
+}
+.islem-status-indigo {
+ background: #3f51b5;
+}
+.islem-status-default {
+ background: #757575;
+}
+
/* login */
.login-w {
min-width: 100%;
diff --git a/src/module/cekilisler/components/form/FormPiyangoOnay.vue b/src/module/cekilisler/components/form/FormPiyangoOnay.vue
index ef7aa68..aca054d 100644
--- a/src/module/cekilisler/components/form/FormPiyangoOnay.vue
+++ b/src/module/cekilisler/components/form/FormPiyangoOnay.vue
@@ -18,16 +18,27 @@
listVal="islemId"
v-model="piyangoOnayStore.piyangoOnayForm.onayDurumuIslemTipiId"
required
- :invalidText="piyangoOnayValidationStore.invalidTexts.onayDurumuIslemTipiId" />
-
-
+ :invalidText="piyangoOnayValidationStore.invalidTexts.onayDurumuIslemTipiId">
+
+
+ {{ optionData.tipAdi }}
+
+ {{ optionData?.tipAdi || optionData }}
+
+
+
+ {{ activatorData.tipAdi }}
+
+ Lütfen Seçim Yapınız
+
+
+
+
+