Commit ab1ba03f4ae6afe4979290d09db546f2400aee70
1 parent
3308a8c2b8
Exists in
master
and in
2 other branches
removed edit and delete icons from Announcements:
Showing
1 changed file
with
0 additions
and
20 deletions
Show diff stats
src/pages/Dashboard/Announcement.vue
... | ... | @@ -63,26 +63,6 @@ |
63 | 63 | /> |
64 | 64 | <span>View</span> |
65 | 65 | </v-tooltip> |
66 | - <v-tooltip top> | |
67 | - <img | |
68 | - slot="activator" | |
69 | - style="cursor:pointer; width:20px; height:18px; " | |
70 | - class="mr-3" | |
71 | - @click="editItem(props.item)" | |
72 | - src="/static/icon/edit.png" | |
73 | - /> | |
74 | - <span>Edit</span> | |
75 | - </v-tooltip> | |
76 | - <v-tooltip top> | |
77 | - <img | |
78 | - slot="activator" | |
79 | - style="cursor:pointer; width:20px; height:20px; " | |
80 | - class="mr-3" | |
81 | - @click="deleteItem(props.item)" | |
82 | - src="/static/icon/delete.png" | |
83 | - /> | |
84 | - <span>Delete</span> | |
85 | - </v-tooltip> | |
86 | 66 | </span> |
87 | 67 | </td> |
88 | 68 | </tr> | ... | ... |