feat: update POS and account components to use new field names and improve form handling
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
<app-key-value label="کد اقتصادی" [value]="business()?.economic_code" />
|
||||
<app-key-value label="صنف" [value]="business()?.guild?.name" />
|
||||
</div>
|
||||
<p-divider align="center">اطلاعات لایسنس</p-divider>
|
||||
<div class="grid grid-cols-3 gap-4 items-center">
|
||||
<app-key-value label="تاریخ پایان لایسنس" [value]="business()?.license_info?.expires_at" type="date" />
|
||||
<app-key-value label="محدودیت کاربر" [value]="business()?.license_info?.accounts_limit" />
|
||||
<app-key-value label="تعداد کاربران ایجاد شده" [value]="business()?.license_info?.allocated_account_count" />
|
||||
</div>
|
||||
</div>
|
||||
</app-card-data>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user