fix bug
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user