Creating Band edit page
This commit is contained in:
@@ -44,7 +44,7 @@ defineProps({
|
||||
|
||||
<v-container>
|
||||
<v-row>
|
||||
<v-col >
|
||||
<v-col>
|
||||
<slot></slot>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
@@ -22,6 +22,14 @@ const basketStore = useBasketStore()
|
||||
</v-badge>
|
||||
</div>
|
||||
|
||||
<v-btn
|
||||
v-if="accountStore.userAccount.accountRole != null &&
|
||||
accountStore.userAccount.accountRole.privilegeAdminPanel"
|
||||
variant="plain"
|
||||
icon="mdi-table-cog"
|
||||
to="/admin"
|
||||
/>
|
||||
|
||||
<v-btn variant="plain" icon="mdi-help" to="/help" />
|
||||
<v-btn variant="plain" icon="mdi-cog" to="/preferences"/>
|
||||
</template>
|
||||
Reference in New Issue
Block a user