This commit is contained in:
2020-05-23 20:19:48 +00:00
parent 74e3c79453
commit c29c11de05
2 changed files with 3 additions and 21 deletions

View File

@@ -7,25 +7,7 @@
<v-btn @click="getDataFromApi" class="mt-1 mb-n6">
<v-icon>fa-sync</v-icon>
</v-btn>
<v-simple-table>
<template v-slot:default>
<thead>
<tr>
<th class="text-left"></th>
<th class="text-left"></th>
<th class="text-left"></th>
</tr>
</thead>
<tbody>
<tr v-for="item in obj" :key="item.id">
<td>{{ item.created }}</td>
<td>{{ item.jobId }}</td>
<td>{{ item.status }}</td>
</tr>
</tbody>
</template>
</v-simple-table>
<!-- </v-col> -->
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
</v-col>
</v-row>
</template>