This commit is contained in:
Mr Swift
2024-08-25 22:34:18 +03:30
parent 98183f3c57
commit 11d8507e3c
8 changed files with 337 additions and 42 deletions
+7 -1
View File
@@ -353,6 +353,8 @@
name="دستگاه های ثبت شده"
:to="{ name: 'admin-gps-installed-device', query: { filter: 'all' } }"
font-icon="fal fa-map"
:badge="newInstallDeviceRequest ? { text: newInstallDeviceRequest, color: 'danger' } : null"
:exact="false"
/>
<CSidebarNavItem
@@ -361,6 +363,8 @@
:to="{ name: 'admin-gps-withdraw', query: { filter: 'all' }}"
font-icon="fal fa-credit-card"
:exact="false"
:badge="newWithdrawRequest ? { text: newWithdrawRequest, color: 'danger' } : null"
/>
<CSidebarNavItem
v-if="hasPermission('gps')"
@@ -372,9 +376,11 @@
<CSidebarNavItem
v-if="hasPermission('gps')"
name="درخواست های جوایز"
:to="{ name: 'admin-admins-admin', params: { admin: 'new' } }"
:to="{ name: 'admin-gps-award-req', params: { admin: 'new' } }"
font-icon="fal fa-trophy"
:exact="false"
:badge="newAwardRequest ? { text: newAwardRequest, color: 'danger' } : null"
/>
</CSidebarNavDropdown>