This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<div>
|
||||
<v-row>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
{{ obj }}
|
||||
<v-col rows="12">
|
||||
<v-timeline :dense="$vuetify.breakpoint.smAndDown">
|
||||
<v-timeline-item v-for="i in obj" :key="i.id" fill-dot>
|
||||
@@ -29,32 +28,6 @@
|
||||
</v-timeline>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
<!--
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
|
||||
|
||||
<v-list three-line>
|
||||
<template v-for="item in obj">
|
||||
<v-list-item :key="item.id">
|
||||
<v-list-item-avatar>
|
||||
<v-icon @click="openItem(item)" large>{{ item.icon }}</v-icon>
|
||||
</v-list-item-avatar>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title
|
||||
>{{ item.uiayatype }} {{ item.uicreated }}</v-list-item-title
|
||||
>
|
||||
<v-list-item-subtitle
|
||||
v-html="subtitleHtml(item)"
|
||||
></v-list-item-subtitle>
|
||||
<div>
|
||||
<v-icon>fa-trash-alt</v-icon>
|
||||
<v-icon>fa-bell</v-icon>
|
||||
</div>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</template>
|
||||
</v-list> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user