This commit is contained in:
@@ -14,31 +14,14 @@
|
||||
</v-card-title>
|
||||
|
||||
<v-card-text style="height: 500px;">
|
||||
<!-- <v-radio-group v-model="selectedReport" column>
|
||||
<template v-for="item in reportList">
|
||||
<v-radio
|
||||
:label="item.name"
|
||||
:value="item"
|
||||
:key="item.id"
|
||||
color="accent"
|
||||
class="mt-1"
|
||||
></v-radio>
|
||||
</template>
|
||||
</v-radio-group> -->
|
||||
|
||||
<v-list>
|
||||
<v-list-item
|
||||
v-for="item in reportList"
|
||||
:key="item.id"
|
||||
@click="renderReport(item.id)"
|
||||
>
|
||||
<!-- <v-list-item-icon
|
||||
v-if="rights.change"
|
||||
@click.stop="editReport(item.id)"
|
||||
><v-icon color="grey lighten-1"
|
||||
>fa-edit</v-icon
|
||||
></v-list-item-icon
|
||||
> -->
|
||||
|
||||
|
||||
<v-list-item-title>{{ item.name }}</v-list-item-title>
|
||||
<v-list-item-action>
|
||||
<v-btn icon @click.stop="editReport(item.id)">
|
||||
@@ -49,7 +32,7 @@
|
||||
</v-list>
|
||||
</v-card-text>
|
||||
|
||||
<!-- <v-divider></v-divider> v-bind:class="options.type" -->
|
||||
<v-divider></v-divider>
|
||||
|
||||
<v-card-actions>
|
||||
<v-btn
|
||||
|
||||
Reference in New Issue
Block a user