This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user