added partner number

This commit is contained in:
2025-10-29 08:12:17 +01:00
parent 899e007da9
commit 7c450fb83f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ Vue.component('Cpeprovisioning', {
<span style="display: ruby;">
<strong>{{ item.customer }}<small v-if="item.owner_customer_number" class="text-muted ml-2">#{{ item.owner_customer_number }}</small></strong>
</span>
<small class="text-muted">SPIN: <span class="text-pink">{{ item.spin }}</span></small>
<small v-if="item.spin" class="text-muted">SPIN: <span class="text-pink">{{ item.spin }}</span></small>
</div>
<div class="location-contact-header">
<div><strong>Netzgebiet:</strong> {{ item.network || 'N/A' }}</div>