This commit is contained in:
2020-07-24 18:23:13 +00:00
parent c66019e818
commit fe5d1de212

View File

@@ -13,6 +13,7 @@
<th class="text-left">{{ $ay.t("DeliverAfter") }}</th>
<th class="text-left">{{ $ay.t("NotifyEventType") }}</th>
<th class="text-left">{{ $ay.t("AyaType") }}</th>
<th class="text-left">{{ $ay.t("Name") }}</th>
<th class="text-left">{{ $ay.t("User") }}</th>
</tr>
</thead>
@@ -22,9 +23,11 @@
<td>{{ item.deliverAfter }}</td>
<td>{{ item.eventType }}</td>
<td>{{ item.ayaType }}</td>
<td>{{ item.name }}</td>
<td>{{ item.user }}</td>
<td>
<v-btn icon><v-icon>fa-trash</v-icon></v-btn>
</td>
</tr>
</tbody>
</template>