This commit is contained in:
@@ -14,30 +14,13 @@
|
|||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-card-text style="height: 500px;">
|
<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>
|
||||||
<v-list-item
|
<v-list-item
|
||||||
v-for="item in reportList"
|
v-for="item in reportList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
@click="renderReport(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-title>{{ item.name }}</v-list-item-title>
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
@@ -49,7 +32,7 @@
|
|||||||
</v-list>
|
</v-list>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
<!-- <v-divider></v-divider> v-bind:class="options.type" -->
|
<v-divider></v-divider>
|
||||||
|
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn
|
<v-btn
|
||||||
|
|||||||
Reference in New Issue
Block a user