Commit aa310d61a7440bb71ae00ea2f54e8b1f0f35ba39
1 parent
2fe1115d8a
Exists in
master
and in
3 other branches
added functionality of global payment and change icons
Showing
36 changed files
with
217 additions
and
130 deletions
Show diff stats
src/api/menu.js
src/components/pageHeader/AppToolbar.vue
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | <v-menu offset-y origin="center center" :nudge-bottom="10" transition="scale-transition"> |
25 | 25 | <v-btn icon large flat slot="activator"> |
26 | 26 | <v-avatar size="26"> |
27 | - <img src="/static/icon/dashboard icons-48.png" alt="icon" /> | |
27 | + <img src="/static/icon/setting1.png" alt="icon" /> | |
28 | 28 | </v-avatar> |
29 | 29 | </v-btn> |
30 | 30 | <v-list class="pa-0"> | ... | ... |
src/pages/Account/expense.vue
... | ... | @@ -232,7 +232,7 @@ |
232 | 232 | <v-card-title class="body-1" v-show="show"> |
233 | 233 | <v-btn icon large flat @click="displaySearch"> |
234 | 234 | <v-avatar size="27"> |
235 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
235 | + <img src="/static/icon/search.png" alt="icon" /> | |
236 | 236 | </v-avatar> |
237 | 237 | </v-btn> |
238 | 238 | </v-card-title> |
... | ... | @@ -271,7 +271,7 @@ |
271 | 271 | style="cursor:pointer; width:25px; height:25px; " |
272 | 272 | class="mr-3" |
273 | 273 | @click="profile(props.item)" |
274 | - src="/static/icon/dashboard icons-47.png" | |
274 | + src="/static/icon/view.png" | |
275 | 275 | /> |
276 | 276 | <span>View</span> |
277 | 277 | </v-tooltip> |
... | ... | @@ -281,7 +281,7 @@ |
281 | 281 | style="cursor:pointer; width:20px; height:18px; " |
282 | 282 | class="mr-3" |
283 | 283 | @click="editItem(props.item)" |
284 | - src="/static/icon/dashboard icons-50.png" | |
284 | + src="/static/icon/edit.png" | |
285 | 285 | /> |
286 | 286 | <span>Edit</span> |
287 | 287 | </v-tooltip> |
... | ... | @@ -290,7 +290,7 @@ |
290 | 290 | slot="activator" |
291 | 291 | style="cursor:pointer; width:20px; height:20px; " |
292 | 292 | @click="deleteItem(props.item)" |
293 | - src="/static/icon/dashboard icons-51.png" | |
293 | + src="/static/icon/delete.png" | |
294 | 294 | /> |
295 | 295 | <span>Delete</span> |
296 | 296 | </v-tooltip> | ... | ... |
src/pages/Account/feeTypes.vue
... | ... | @@ -117,7 +117,7 @@ |
117 | 117 | <v-card-title class="body-1" v-show="show"> |
118 | 118 | <v-btn icon large flat @click="displaySearch"> |
119 | 119 | <v-avatar size="27"> |
120 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
120 | + <img src="/static/icon/search.png" alt="icon" /> | |
121 | 121 | </v-avatar> |
122 | 122 | </v-btn> |
123 | 123 | </v-card-title> |
... | ... | @@ -149,7 +149,7 @@ |
149 | 149 | style="cursor:pointer; width:25px; height:25px; " |
150 | 150 | class="mr-3" |
151 | 151 | @click="profile(props.item)" |
152 | - src="/static/icon/dashboard icons-47.png" | |
152 | + src="/static/icon/view.png" | |
153 | 153 | /> |
154 | 154 | <span>View</span> |
155 | 155 | </v-tooltip> |
... | ... | @@ -159,7 +159,7 @@ |
159 | 159 | style="cursor:pointer; width:20px; height:18px; " |
160 | 160 | class="mr-3" |
161 | 161 | @click="editItem(props.item)" |
162 | - src="/static/icon/dashboard icons-50.png" | |
162 | + src="/static/icon/edit.png" | |
163 | 163 | /> |
164 | 164 | <span>Edit</span> |
165 | 165 | </v-tooltip> |
... | ... | @@ -169,7 +169,7 @@ |
169 | 169 | style="cursor:pointer; width:20px; height:20px; " |
170 | 170 | @click="deleteItem(props.item)" |
171 | 171 | class="mr-3" |
172 | - src="/static/icon/dashboard icons-51.png" | |
172 | + src="/static/icon/delete.png" | |
173 | 173 | /> |
174 | 174 | <span>Delete</span> |
175 | 175 | </v-tooltip> | ... | ... |
src/pages/Account/globalPayment.vue
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | <td id="td" class="text-xs-center">{{ dates(props.item.date) }}</td> |
151 | 151 | <td class="text-xs-center"> |
152 | 152 | <router-link |
153 | - :to="{ name:'ViewInvoice',params: { viewInvoiceId:props.item._id } }" | |
153 | + :to="{ name:'View Invoice',params: { viewInvoiceId:props.item._id } }" | |
154 | 154 | > |
155 | 155 | <v-tooltip top> |
156 | 156 | <img |
... | ... | @@ -175,6 +175,37 @@ |
175 | 175 | </v-flex> |
176 | 176 | </v-layout> |
177 | 177 | </v-flex> |
178 | + <!--   --> | |
179 | + <v-flex xs12> | |
180 | + <v-layout wrap> | |
181 | + <v-flex xs12 sm12 md8 v-show="showInvoiceTable"> | |
182 | + <v-card> | |
183 | + <v-data-table | |
184 | + :headers="header" | |
185 | + :items="studentInvoiceData" | |
186 | + :search="search" | |
187 | + hide-actions | |
188 | + > | |
189 | + <template slot="items" slot-scope="props" > | |
190 | + <!-- <span v-for="feetype in props.item.feeType"> --> | |
191 | + <!-- <td style="width:40px">{{ index + 1 }}</td> --> | |
192 | + <td id="td" class="text-xs-center" v-for="feetype in props.item.feeType">{{ feetype.feeTypeName}}</td> | |
193 | + <td id="td" class="text-xs-center" v-for="feetype in props.item.feeType">{{ feetype.amount }}</td> | |
194 | + <td id="td" class="text-xs-center" v-for="feetype in props.item.feeType">{{ props.item.totalSubTotal - props.item.totalPaidAmount }}</td> | |
195 | + <td id="td" class="text-xs-center" v-for="feetype in props.item.feeType">{{ feetype.paidAmount }}</td> | |
196 | + <!-- </span> --> | |
197 | + </template> | |
198 | + <v-alert | |
199 | + slot="no-results" | |
200 | + :value="true" | |
201 | + color="error" | |
202 | + icon="warning" | |
203 | + >Your search for "{{ search }}" found no results.</v-alert> | |
204 | + </v-data-table> | |
205 | + </v-card> | |
206 | + </v-flex> | |
207 | + </v-layout> | |
208 | + </v-flex> | |
178 | 209 | </v-container> |
179 | 210 | <div class="loader" v-if="showLoader"> |
180 | 211 | <v-progress-circular indeterminate color="white"></v-progress-circular> |
... | ... | @@ -200,6 +231,16 @@ export default { |
200 | 231 | search: "", |
201 | 232 | valid: true, |
202 | 233 | addclass: [], |
234 | + // index: '', | |
235 | + feeType: { | |
236 | + amount: "", | |
237 | + discount: "", | |
238 | + totalPaidAmount: "", | |
239 | + subTotal: "", | |
240 | + feeTypeName: "", | |
241 | + userData: {} | |
242 | + }, | |
243 | + feeTypeData: [], | |
203 | 244 | selectStudents: {}, |
204 | 245 | addSection: [], |
205 | 246 | classRules: [v => !!v || " Class Name is required"], |
... | ... | @@ -239,6 +280,37 @@ export default { |
239 | 280 | { text: "Payment Date", value: "date", sortable: false, align: "center" }, |
240 | 281 | { text: "Action", value: "", sortable: false, align: "center" } |
241 | 282 | ], |
283 | + | |
284 | + header: [ | |
285 | + // { | |
286 | + // text: "#", | |
287 | + // align: "center", | |
288 | + // sortable: false | |
289 | + // }, | |
290 | + { | |
291 | + text: "Fees Name", | |
292 | + align: "center", | |
293 | + sortable: false, | |
294 | + value: "feeTypeName" | |
295 | + }, | |
296 | + { | |
297 | + text: "Fees Amount", | |
298 | + align: "center", | |
299 | + sortable: false, | |
300 | + value: "amount" | |
301 | + }, | |
302 | + { | |
303 | + text: "Due", | |
304 | + align: "center", | |
305 | + sortable: false | |
306 | + }, | |
307 | + { | |
308 | + text: "Paid Amount", | |
309 | + align: "center", | |
310 | + sortable: false, | |
311 | + value: "paidAmount" | |
312 | + } | |
313 | + ], | |
242 | 314 | studentData: [], |
243 | 315 | studentInvoiceData: [] |
244 | 316 | }), |
... | ... | @@ -305,13 +377,28 @@ export default { |
305 | 377 | }) |
306 | 378 | .then(response => { |
307 | 379 | this.studentInvoiceData = response.data.data; |
308 | - // console.log("this.studentInvoiceData", this.studentInvoiceData); | |
380 | + console.log("this.studentInvoiceData", this.studentInvoiceData); | |
309 | 381 | this.showLoader = false; |
310 | 382 | }) |
311 | 383 | .catch(err => { |
312 | 384 | console.log("err====>", err); |
313 | 385 | this.showLoader = false; |
314 | 386 | }); |
387 | + }, | |
388 | + getAmmountDetails(feeTyp) { | |
389 | + let feeType = { | |
390 | + subTotal: "", | |
391 | + subParticularTotal: "", | |
392 | + paidAmount: "" | |
393 | + }; | |
394 | + // *********** SUBTOTAL *********** | |
395 | + feeType.subTotal = | |
396 | + Number(feeType.subTotal) + Number(this.feeTypeData[i].subTotal); | |
397 | + this.feeType.subTotal = feeType.subTotal.toFixed(2); | |
398 | + // *********** PAID-AMOUNT *********** | |
399 | + feeType.paidAmount = | |
400 | + Number(feeType.paidAmount) + Number(this.feeTypeData[i].paidAmount); | |
401 | + this.feeType.paidAmount = feeType.paidAmount.toFixed(2); | |
315 | 402 | } |
316 | 403 | }, |
317 | 404 | mounted() { |
... | ... | @@ -335,16 +422,16 @@ export default { |
335 | 422 | this.$store.dispatch("Role", null); |
336 | 423 | } |
337 | 424 | }); |
338 | - }, | |
339 | - created() { | |
340 | - this.$root.$on("app:search", search => { | |
341 | - this.search = search; | |
342 | - }); | |
343 | - }, | |
344 | - beforeDestroy() { | |
345 | - // dont forget to remove the listener | |
346 | - this.$root.$off("app:search"); | |
347 | 425 | } |
426 | + // created() { | |
427 | + // this.$root.$on("app:search", search => { | |
428 | + // this.search = search; | |
429 | + // }); | |
430 | + // }, | |
431 | + // beforeDestroy() { | |
432 | + // // dont forget to remove the listener | |
433 | + // this.$root.$off("app:search"); | |
434 | + // } | |
348 | 435 | }; |
349 | 436 | </script> |
350 | 437 | ... | ... |
src/pages/Account/income.vue
... | ... | @@ -233,7 +233,7 @@ |
233 | 233 | <v-card-title class="body-1" v-show="show"> |
234 | 234 | <v-btn icon large flat @click="displaySearch"> |
235 | 235 | <v-avatar size="27"> |
236 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
236 | + <img src="/static/icon/search.png" alt="icon" /> | |
237 | 237 | </v-avatar> |
238 | 238 | </v-btn> |
239 | 239 | </v-card-title> |
... | ... | @@ -272,7 +272,7 @@ |
272 | 272 | style="cursor:pointer; width:25px; height:25px; " |
273 | 273 | class="mr-3" |
274 | 274 | @click="profile(props.item)" |
275 | - src="/static/icon/dashboard icons-47.png" | |
275 | + src="/static/icon/view.png" | |
276 | 276 | /> |
277 | 277 | <span>View</span> |
278 | 278 | </v-tooltip> |
... | ... | @@ -282,7 +282,7 @@ |
282 | 282 | style="cursor:pointer; width:20px; height:18px; " |
283 | 283 | class="mr-3" |
284 | 284 | @click="editItem(props.item)" |
285 | - src="/static/icon/dashboard icons-50.png" | |
285 | + src="/static/icon/edit.png" | |
286 | 286 | /> |
287 | 287 | <span>Edit</span> |
288 | 288 | </v-tooltip> |
... | ... | @@ -291,7 +291,7 @@ |
291 | 291 | slot="activator" |
292 | 292 | style="cursor:pointer; width:20px; height:20px; " |
293 | 293 | @click="deleteItem(props.item)" |
294 | - src="/static/icon/dashboard icons-51.png" | |
294 | + src="/static/icon/delete.png" | |
295 | 295 | /> |
296 | 296 | <span>Delete</span> |
297 | 297 | </v-tooltip> | ... | ... |
src/pages/Account/invoice.vue
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | <v-card-title class="body-1" v-show="show"> |
84 | 84 | <v-btn icon large flat @click="displaySearch"> |
85 | 85 | <v-avatar size="27"> |
86 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
86 | + <img src="/static/icon/search.png" alt="icon" /> | |
87 | 87 | </v-avatar> |
88 | 88 | </v-btn> |
89 | 89 | </v-card-title> |
... | ... | @@ -132,13 +132,13 @@ |
132 | 132 | </td> |
133 | 133 | <td class="text-xs-center td td-row">{{ dates(props.item.date) }}</td> |
134 | 134 | <td class="text-xs-center td td-row"> |
135 | - <router-link :to="{ name:'ViewInvoice',params: { viewInvoiceId:props.item._id } }"> | |
135 | + <router-link :to="{ name:'View Invoice',params: { viewInvoiceId:props.item._id } }"> | |
136 | 136 | <v-tooltip top> |
137 | 137 | <img |
138 | 138 | slot="activator" |
139 | 139 | style="cursor:pointer; width:25px; height:25px; " |
140 | 140 | class="mr-3" |
141 | - src="/static/icon/dashboard icons-47.png" | |
141 | + src="/static/icon/view.png" | |
142 | 142 | /> |
143 | 143 | <span>View</span> |
144 | 144 | </v-tooltip> |
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | slot="activator" |
151 | 151 | style="cursor:pointer; width:20px; height:18px; " |
152 | 152 | class="mr-3" |
153 | - src="/static/icon/dashboard icons-50.png" | |
153 | + src="/static/icon/edit.png" | |
154 | 154 | /> |
155 | 155 | <span>Edit</span> |
156 | 156 | </v-tooltip> |
... | ... | @@ -161,7 +161,7 @@ |
161 | 161 | style="cursor:pointer;width:20px; height:20px; " |
162 | 162 | class="mr-3" |
163 | 163 | @click="deleteItem(props.item)" |
164 | - src="/static/icon/dashboard icons-51.png" | |
164 | + src="/static/icon/delete.png" | |
165 | 165 | /> |
166 | 166 | <span>Delete</span> |
167 | 167 | </v-tooltip> | ... | ... |
src/pages/Account/paymentHistory.vue
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <v-card-title class="body-1" v-show="show"> |
7 | 7 | <v-btn icon large flat @click="displaySearch"> |
8 | 8 | <v-avatar size="27"> |
9 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
9 | + <img src="/static/icon/search.png" alt="icon" /> | |
10 | 10 | </v-avatar> |
11 | 11 | </v-btn> |
12 | 12 | </v-card-title> | ... | ... |
src/pages/Administrator/academicYear.vue
... | ... | @@ -211,7 +211,7 @@ |
211 | 211 | <v-card-title class="body-1" v-show="show"> |
212 | 212 | <v-btn icon large flat @click="displaySearch"> |
213 | 213 | <v-avatar size="27"> |
214 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
214 | + <img src="/static/icon/search.png" alt="icon" /> | |
215 | 215 | </v-avatar> |
216 | 216 | </v-btn> |
217 | 217 | </v-card-title> |
... | ... | @@ -243,7 +243,7 @@ |
243 | 243 | style="cursor:pointer; width:25px; height:25px; " |
244 | 244 | class="mr-3" |
245 | 245 | @click="profile(props.item)" |
246 | - src="/static/icon/dashboard icons-47.png" | |
246 | + src="/static/icon/view.png" | |
247 | 247 | /> |
248 | 248 | <span>View</span> |
249 | 249 | </v-tooltip> |
... | ... | @@ -253,7 +253,7 @@ |
253 | 253 | style="cursor:pointer; width:20px; height:18px; " |
254 | 254 | class="mr-3" |
255 | 255 | @click="editItem(props.item)" |
256 | - src="/static/icon/dashboard icons-50.png" | |
256 | + src="/static/icon/edit.png" | |
257 | 257 | /> |
258 | 258 | <span>Edit</span> |
259 | 259 | </v-tooltip> |
... | ... | @@ -263,7 +263,7 @@ |
263 | 263 | style="cursor:pointer; width:20px; height:20px; " |
264 | 264 | @click="deleteItem(props.item)" |
265 | 265 | class="mr-3" |
266 | - src="/static/icon/dashboard icons-51.png" | |
266 | + src="/static/icon/delete.png" | |
267 | 267 | /> |
268 | 268 | <span>Delete</span> |
269 | 269 | </v-tooltip> | ... | ... |
src/pages/Administrator/role.vue
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | <v-card-title class="body-1" v-show="show"> |
59 | 59 | <v-btn icon large flat @click="displaySearch"> |
60 | 60 | <v-avatar size="27"> |
61 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
61 | + <img src="/static/icon/search.png" alt="icon" /> | |
62 | 62 | </v-avatar> |
63 | 63 | </v-btn> |
64 | 64 | </v-card-title> |
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 | style="cursor:pointer; width:20px; height:18px; " |
88 | 88 | class="mr-3" |
89 | 89 | @click="editItem(props.item)" |
90 | - src="/static/icon/dashboard icons-50.png" | |
90 | + src="/static/icon/edit.png" | |
91 | 91 | /> |
92 | 92 | <span>Edit</span> |
93 | 93 | </v-tooltip> |
... | ... | @@ -96,7 +96,7 @@ |
96 | 96 | slot="activator" |
97 | 97 | style="cursor:pointer; width:20px; height:20px; " |
98 | 98 | @click="deleteItem(props.item)" |
99 | - src="/static/icon/dashboard icons-51.png" | |
99 | + src="/static/icon/delete.png" | |
100 | 100 | /> |
101 | 101 | <span>Delete</span> |
102 | 102 | </v-tooltip> | ... | ... |
src/pages/Attendence/studentAttendence.vue
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | <v-card-title class="body-1" v-show="show"> |
32 | 32 | <v-btn icon large flat @click="displaySearch"> |
33 | 33 | <v-avatar size="27"> |
34 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
34 | + <img src="/static/icon/search.png" alt="icon" /> | |
35 | 35 | </v-avatar> |
36 | 36 | </v-btn> |
37 | 37 | </v-card-title> |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | slot="activator" |
68 | 68 | style="cursor:pointer; width:20px; height:25px; " |
69 | 69 | class="mr-3" |
70 | - src="/static/icon/dashboard icons-47.png" | |
70 | + src="/static/icon/view.png" | |
71 | 71 | /> |
72 | 72 | <span>View</span> |
73 | 73 | </v-tooltip> |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | style="cursor:pointer; width:20px; height:20px; " |
79 | 79 | @click="deleteItem(props.item)" |
80 | 80 | class="mr-3" |
81 | - src="/static/icon/dashboard icons-51.png" | |
81 | + src="/static/icon/delete.png" | |
82 | 82 | /> |
83 | 83 | <span>Delete</span> |
84 | 84 | </v-tooltip> | ... | ... |
src/pages/Attendence/teacherAttendence.vue
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | <v-card-title class="body-1" v-show="show"> |
24 | 24 | <v-btn icon large flat @click="displaySearch"> |
25 | 25 | <v-avatar size="27"> |
26 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
26 | + <img src="/static/icon/search.png" alt="icon" /> | |
27 | 27 | </v-avatar> |
28 | 28 | </v-btn> |
29 | 29 | </v-card-title> |
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | <img |
62 | 62 | slot="activator" |
63 | 63 | style="cursor:pointer; width:25px; height:25px; " |
64 | - src="/static/icon/dashboard icons-47.png" | |
64 | + src="/static/icon/view.png" | |
65 | 65 | /> |
66 | 66 | <span>View</span> |
67 | 67 | </v-tooltip> | ... | ... |
src/pages/Class/addclass.vue
... | ... | @@ -76,7 +76,7 @@ |
76 | 76 | <v-card-title class="body-1" v-show="show"> |
77 | 77 | <v-btn icon large flat @click="displaySearch"> |
78 | 78 | <v-avatar size="27"> |
79 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
79 | + <img src="/static/icon/search.png" alt="icon" /> | |
80 | 80 | </v-avatar> |
81 | 81 | </v-btn> |
82 | 82 | </v-card-title> |
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | style="cursor:pointer; width:25px; height:25px; " |
106 | 106 | class="mr-3" |
107 | 107 | @click="profile(props.item)" |
108 | - src="/static/icon/dashboard icons-47.png" | |
108 | + src="/static/icon/view.png" | |
109 | 109 | /> |
110 | 110 | <span>View</span> |
111 | 111 | </v-tooltip> |
... | ... | @@ -115,7 +115,7 @@ |
115 | 115 | style="cursor:pointer; width:20px; height:18px; " |
116 | 116 | class="mr-3" |
117 | 117 | @click="editItem(props.item)" |
118 | - src="/static/icon/dashboard icons-50.png" | |
118 | + src="/static/icon/edit.png" | |
119 | 119 | /> |
120 | 120 | <span>Edit</span> |
121 | 121 | </v-tooltip> |
... | ... | @@ -124,7 +124,7 @@ |
124 | 124 | slot="activator" |
125 | 125 | style="cursor:pointer; width:20px; height:20px; " |
126 | 126 | @click="deleteItem(props.item)" |
127 | - src="/static/icon/dashboard icons-51.png" | |
127 | + src="/static/icon/delete.png" | |
128 | 128 | /> |
129 | 129 | <span>Delete</span> |
130 | 130 | </v-tooltip> | ... | ... |
src/pages/Dashboard/dashboard.vue
src/pages/Event/event.vue
... | ... | @@ -162,7 +162,7 @@ |
162 | 162 | <v-card-title class="body-1" v-show="show"> |
163 | 163 | <v-btn icon large flat @click="displaySearch"> |
164 | 164 | <v-avatar size="27"> |
165 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
165 | + <img src="/static/icon/search.png" alt="icon" /> | |
166 | 166 | </v-avatar> |
167 | 167 | </v-btn> |
168 | 168 | </v-card-title> |
... | ... | @@ -188,7 +188,7 @@ |
188 | 188 | style="cursor:pointer; width:25px; height:25px; " |
189 | 189 | class="mr-3" |
190 | 190 | @click="profile(props.item)" |
191 | - src="/static/icon/dashboard icons-47.png" | |
191 | + src="/static/icon/view.png" | |
192 | 192 | /> |
193 | 193 | <span>View</span> |
194 | 194 | </v-tooltip> |
... | ... | @@ -198,7 +198,7 @@ |
198 | 198 | style="cursor:pointer; width:20px; height:18px; " |
199 | 199 | class="mr-3" |
200 | 200 | @click="editItem(props.item)" |
201 | - src="/static/icon/dashboard icons-50.png" | |
201 | + src="/static/icon/edit.png" | |
202 | 202 | /> |
203 | 203 | <span>Edit</span> |
204 | 204 | </v-tooltip> |
... | ... | @@ -208,7 +208,7 @@ |
208 | 208 | style="cursor:pointer; width:20px; height:20px; " |
209 | 209 | class="mr-3" |
210 | 210 | @click="deleteItem(props.item)" |
211 | - src="/static/icon/dashboard icons-51.png" | |
211 | + src="/static/icon/delete.png" | |
212 | 212 | /> |
213 | 213 | <span>Delete</span> |
214 | 214 | </v-tooltip> | ... | ... |
src/pages/Exam/exam.vue
... | ... | @@ -160,7 +160,7 @@ |
160 | 160 | <v-card-title class="body-1" v-show="show"> |
161 | 161 | <v-btn icon large flat @click="displaySearch"> |
162 | 162 | <v-avatar size="27"> |
163 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
163 | + <img src="/static/icon/search.png" alt="icon" /> | |
164 | 164 | </v-avatar> |
165 | 165 | </v-btn> |
166 | 166 | </v-card-title> |
... | ... | @@ -191,7 +191,7 @@ |
191 | 191 | style="cursor:pointer; width:25px; height:25px; " |
192 | 192 | class="mr-3" |
193 | 193 | @click="profile(props.item)" |
194 | - src="/static/icon/dashboard icons-47.png" | |
194 | + src="/static/icon/view.png" | |
195 | 195 | /> |
196 | 196 | <span>View</span> |
197 | 197 | </v-tooltip> |
... | ... | @@ -201,7 +201,7 @@ |
201 | 201 | style="cursor:pointer; width:20px; height:18px; " |
202 | 202 | class="mr-3" |
203 | 203 | @click="editItem(props.item)" |
204 | - src="/static/icon/dashboard icons-50.png" | |
204 | + src="/static/icon/edit.png" | |
205 | 205 | /> |
206 | 206 | <span>Edit</span> |
207 | 207 | </v-tooltip> |
... | ... | @@ -211,7 +211,7 @@ |
211 | 211 | style="cursor:pointer; width:20px; height:20px; " |
212 | 212 | class="mr-3" |
213 | 213 | @click="deleteItem(props.item)" |
214 | - src="/static/icon/dashboard icons-51.png" | |
214 | + src="/static/icon/delete.png" | |
215 | 215 | /> |
216 | 216 | <span>Delete</span> |
217 | 217 | </v-tooltip> | ... | ... |
src/pages/Exam/examSchedule.vue
... | ... | @@ -347,7 +347,7 @@ |
347 | 347 | <v-card-title class="body-1" v-show="show"> |
348 | 348 | <v-btn icon large flat @click="displaySearch"> |
349 | 349 | <v-avatar size="27"> |
350 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
350 | + <img src="/static/icon/search.png" alt="icon" /> | |
351 | 351 | </v-avatar> |
352 | 352 | </v-btn> |
353 | 353 | </v-card-title> |
... | ... | @@ -382,7 +382,7 @@ |
382 | 382 | style="cursor:pointer; width:25px; height:25px; " |
383 | 383 | class="mr-3" |
384 | 384 | @click="profile(props.item)" |
385 | - src="/static/icon/dashboard icons-47.png" | |
385 | + src="/static/icon/view.png" | |
386 | 386 | /> |
387 | 387 | <span>View</span> |
388 | 388 | </v-tooltip> |
... | ... | @@ -392,7 +392,7 @@ |
392 | 392 | style="cursor:pointer; width:20px; height:18px; " |
393 | 393 | class="mr-3" |
394 | 394 | @click="editItem(props.item)" |
395 | - src="/static/icon/dashboard icons-50.png" | |
395 | + src="/static/icon/edit.png" | |
396 | 396 | /> |
397 | 397 | <span>Edit</span> |
398 | 398 | </v-tooltip> |
... | ... | @@ -401,7 +401,7 @@ |
401 | 401 | slot="activator" |
402 | 402 | style="cursor:pointer; width:20px; height:20px; " |
403 | 403 | @click="deleteItem(props.item)" |
404 | - src="/static/icon/dashboard icons-51.png" | |
404 | + src="/static/icon/delete.png" | |
405 | 405 | /> |
406 | 406 | <span>Delete</span> |
407 | 407 | </v-tooltip> | ... | ... |
src/pages/Exam/grade.vue
... | ... | @@ -194,7 +194,7 @@ |
194 | 194 | <v-card-title class="body-1" v-show="show"> |
195 | 195 | <v-btn icon large flat @click="displaySearch"> |
196 | 196 | <v-avatar size="27"> |
197 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
197 | + <img src="/static/icon/search.png" alt="icon" /> | |
198 | 198 | </v-avatar> |
199 | 199 | </v-btn> |
200 | 200 | </v-card-title> |
... | ... | @@ -227,7 +227,7 @@ |
227 | 227 | style="cursor:pointer; width:25px; height:25px; " |
228 | 228 | class="mr-3" |
229 | 229 | @click="profile(props.item)" |
230 | - src="/static/icon/dashboard icons-47.png" | |
230 | + src="/static/icon/view.png" | |
231 | 231 | /> |
232 | 232 | <span>View</span> |
233 | 233 | </v-tooltip> |
... | ... | @@ -237,7 +237,7 @@ |
237 | 237 | style="cursor:pointer; width:20px; height:18px; " |
238 | 238 | class="mr-3" |
239 | 239 | @click="editItem(props.item)" |
240 | - src="/static/icon/dashboard icons-50.png" | |
240 | + src="/static/icon/edit.png" | |
241 | 241 | /> |
242 | 242 | <span>Edit</span> |
243 | 243 | </v-tooltip> |
... | ... | @@ -247,7 +247,7 @@ |
247 | 247 | style="cursor:pointer; width:20px; height:20px; " |
248 | 248 | @click="deleteGrade(props.item)" |
249 | 249 | class="mr-3" |
250 | - src="/static/icon/dashboard icons-51.png" | |
250 | + src="/static/icon/delete.png" | |
251 | 251 | /> |
252 | 252 | <span>Delete</span> |
253 | 253 | </v-tooltip> | ... | ... |
src/pages/Gallery/gallery.vue
... | ... | @@ -286,7 +286,7 @@ |
286 | 286 | <v-card-title class="body-1" v-show="show"> |
287 | 287 | <v-btn icon large flat @click="displaySearch"> |
288 | 288 | <v-avatar size="27"> |
289 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
289 | + <img src="/static/icon/search.png" alt="icon" /> | |
290 | 290 | </v-avatar> |
291 | 291 | </v-btn> |
292 | 292 | </v-card-title> |
... | ... | @@ -316,7 +316,7 @@ |
316 | 316 | style="cursor:pointer; width:25px; height:25px; " |
317 | 317 | class="mr-3" |
318 | 318 | @click="profile(props.item)" |
319 | - src="/static/icon/dashboard icons-47.png" | |
319 | + src="/static/icon/view.png" | |
320 | 320 | /> |
321 | 321 | <span>View</span> |
322 | 322 | </v-tooltip> |
... | ... | @@ -326,7 +326,7 @@ |
326 | 326 | style="cursor:pointer; width:20px; height:18px; " |
327 | 327 | class="mr-3" |
328 | 328 | @click="editItem(props.item)" |
329 | - src="/static/icon/dashboard icons-50.png" | |
329 | + src="/static/icon/edit.png" | |
330 | 330 | /> |
331 | 331 | <span>Edit</span> |
332 | 332 | </v-tooltip> |
... | ... | @@ -336,7 +336,7 @@ |
336 | 336 | style="cursor:pointer; width:20px; height:20px; " |
337 | 337 | class="mr-3" |
338 | 338 | @click="deleteItem(props.item)" |
339 | - src="/static/icon/dashboard icons-51.png" | |
339 | + src="/static/icon/delete.png" | |
340 | 340 | /> |
341 | 341 | <span>Delete</span> |
342 | 342 | </v-tooltip> | ... | ... |
src/pages/Holiday/holiday.vue
... | ... | @@ -140,7 +140,7 @@ |
140 | 140 | <v-card-title class="body-1" v-show="show"> |
141 | 141 | <v-btn icon large flat @click="displaySearch"> |
142 | 142 | <v-avatar size="27"> |
143 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
143 | + <img src="/static/icon/search.png" alt="icon" /> | |
144 | 144 | </v-avatar> |
145 | 145 | </v-btn> |
146 | 146 | </v-card-title> |
... | ... | @@ -170,7 +170,7 @@ |
170 | 170 | style="cursor:pointer; width:25px; height:25px; " |
171 | 171 | class="mr-3" |
172 | 172 | @click="profile(props.item)" |
173 | - src="/static/icon/dashboard icons-47.png" | |
173 | + src="/static/icon/view.png" | |
174 | 174 | /> |
175 | 175 | <span>View</span> |
176 | 176 | </v-tooltip> |
... | ... | @@ -180,7 +180,7 @@ |
180 | 180 | style="cursor:pointer; width:20px; height:18px; " |
181 | 181 | class="mr-3" |
182 | 182 | @click="editItem(props.item)" |
183 | - src="/static/icon/dashboard icons-50.png" | |
183 | + src="/static/icon/edit.png" | |
184 | 184 | /> |
185 | 185 | <span>Edit</span> |
186 | 186 | </v-tooltip> |
... | ... | @@ -190,7 +190,7 @@ |
190 | 190 | style="cursor:pointer; width:20px; height:20px; " |
191 | 191 | class="mr-3" |
192 | 192 | @click="deleteItem(props.item)" |
193 | - src="/static/icon/dashboard icons-51.png" | |
193 | + src="/static/icon/delete.png" | |
194 | 194 | /> |
195 | 195 | <span>Delete</span> |
196 | 196 | </v-tooltip> | ... | ... |
src/pages/Library/books.vue
... | ... | @@ -189,7 +189,7 @@ |
189 | 189 | <v-card-title class="body-1" v-show="show"> |
190 | 190 | <v-btn icon large flat @click="displaySearch"> |
191 | 191 | <v-avatar size="27"> |
192 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
192 | + <img src="/static/icon/search.png" alt="icon" /> | |
193 | 193 | </v-avatar> |
194 | 194 | </v-btn> |
195 | 195 | </v-card-title> |
... | ... | @@ -232,7 +232,7 @@ |
232 | 232 | style="cursor:pointer; width:25px; height:25px; " |
233 | 233 | class="mr-3" |
234 | 234 | @click="profile(props.item)" |
235 | - src="/static/icon/dashboard icons-47.png" | |
235 | + src="/static/icon/view.png" | |
236 | 236 | /> |
237 | 237 | <span>View</span> |
238 | 238 | </v-tooltip> |
... | ... | @@ -242,7 +242,7 @@ |
242 | 242 | style="cursor:pointer; width:20px; height:18px; " |
243 | 243 | class="mr-3" |
244 | 244 | @click="editItem(props.item)" |
245 | - src="/static/icon/dashboard icons-50.png" | |
245 | + src="/static/icon/edit.png" | |
246 | 246 | /> |
247 | 247 | <span>Edit</span> |
248 | 248 | </v-tooltip> |
... | ... | @@ -251,7 +251,7 @@ |
251 | 251 | slot="activator" |
252 | 252 | style="cursor:pointer; width:20px; height:20px; " |
253 | 253 | @click="deleteItem(props.item)" |
254 | - src="/static/icon/dashboard icons-51.png" | |
254 | + src="/static/icon/delete.png" | |
255 | 255 | /> |
256 | 256 | <span>Delete</span> |
257 | 257 | </v-tooltip> | ... | ... |
src/pages/Library/eBook.vue
... | ... | @@ -214,7 +214,7 @@ |
214 | 214 | <v-card-title class="body-1" v-show="show"> |
215 | 215 | <v-btn icon large flat @click="displaySearch"> |
216 | 216 | <v-avatar size="27"> |
217 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
217 | + <img src="/static/icon/search.png" alt="icon" /> | |
218 | 218 | </v-avatar> |
219 | 219 | </v-btn> |
220 | 220 | </v-card-title> |
... | ... | @@ -248,7 +248,7 @@ |
248 | 248 | style="cursor:pointer; width:25px; height:25px; " |
249 | 249 | class="mr-3" |
250 | 250 | @click="profile(props.item)" |
251 | - src="/static/icon/dashboard icons-47.png" | |
251 | + src="/static/icon/view.png" | |
252 | 252 | /> |
253 | 253 | <span>View</span> |
254 | 254 | </v-tooltip> |
... | ... | @@ -258,7 +258,7 @@ |
258 | 258 | style="cursor:pointer; width:20px; height:18px; " |
259 | 259 | class="mr-3" |
260 | 260 | @click="editItem(props.item)" |
261 | - src="/static/icon/dashboard icons-50.png" | |
261 | + src="/static/icon/edit.png" | |
262 | 262 | /> |
263 | 263 | <span>Edit</span> |
264 | 264 | </v-tooltip> |
... | ... | @@ -267,7 +267,7 @@ |
267 | 267 | slot="activator" |
268 | 268 | style="cursor:pointer; width:20px; height:20px; " |
269 | 269 | @click="deleteItem(props.item)" |
270 | - src="/static/icon/dashboard icons-51.png" | |
270 | + src="/static/icon/delete.png" | |
271 | 271 | /> |
272 | 272 | <span>Delete</span> |
273 | 273 | </v-tooltip> | ... | ... |
src/pages/Library/issue.vue
... | ... | @@ -293,7 +293,7 @@ |
293 | 293 | <v-card-title class="body-1" v-show="show"> |
294 | 294 | <v-btn icon large flat @click="displaySearch"> |
295 | 295 | <v-avatar size="27"> |
296 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
296 | + <img src="/static/icon/search.png" alt="icon" /> | |
297 | 297 | </v-avatar> |
298 | 298 | </v-btn> |
299 | 299 | </v-card-title> |
... | ... | @@ -335,7 +335,7 @@ |
335 | 335 | style="cursor:pointer; width:25px; height:25px; " |
336 | 336 | class="mr-3" |
337 | 337 | @click="profile(props.item)" |
338 | - src="/static/icon/dashboard icons-47.png" | |
338 | + src="/static/icon/view.png" | |
339 | 339 | /> |
340 | 340 | <span>View</span> |
341 | 341 | </v-tooltip> |
... | ... | @@ -345,7 +345,7 @@ |
345 | 345 | style="cursor:pointer; width:20px; height:18px; " |
346 | 346 | class="mr-3" |
347 | 347 | @click="editItem(props.item)" |
348 | - src="/static/icon/dashboard icons-50.png" | |
348 | + src="/static/icon/edit.png" | |
349 | 349 | /> |
350 | 350 | <span>Edit</span> |
351 | 351 | </v-tooltip> |
... | ... | @@ -354,7 +354,7 @@ |
354 | 354 | slot="activator" |
355 | 355 | style="cursor:pointer; width:20px; height:20px; " |
356 | 356 | @click="deleteItem(props.item)" |
357 | - src="/static/icon/dashboard icons-51.png" | |
357 | + src="/static/icon/delete.png" | |
358 | 358 | /> |
359 | 359 | <span>Delete</span> |
360 | 360 | </v-tooltip> | ... | ... |
src/pages/Mark/mark.vue
... | ... | @@ -56,7 +56,7 @@ |
56 | 56 | <v-card-title class="body-1" v-show="show"> |
57 | 57 | <v-btn icon large flat @click="displaySearch"> |
58 | 58 | <v-avatar size="27"> |
59 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
59 | + <img src="/static/icon/search.png" alt="icon" /> | |
60 | 60 | </v-avatar> |
61 | 61 | </v-btn> |
62 | 62 | </v-card-title> |
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | <img |
145 | 145 | slot="activator" |
146 | 146 | style="cursor:pointer; width:25px; height:25px; " |
147 | - src="/static/icon/dashboard icons-47.png" | |
147 | + src="/static/icon/view.png" | |
148 | 148 | /> |
149 | 149 | <span>View</span> |
150 | 150 | </v-tooltip> | ... | ... |
src/pages/Mark/markDistribution.vue
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | <v-card-title class="body-1" v-show="show"> |
70 | 70 | <v-btn icon large flat @click="displaySearch"> |
71 | 71 | <v-avatar size="27"> |
72 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
72 | + <img src="/static/icon/search.png" alt="icon" /> | |
73 | 73 | </v-avatar> |
74 | 74 | </v-btn> |
75 | 75 | </v-card-title> |
... | ... | @@ -97,12 +97,12 @@ |
97 | 97 | style="cursor:pointer; width:20px; height:18px; " |
98 | 98 | class="mr-3" |
99 | 99 | @click="editItem(props.item)" |
100 | - src="/static/icon/dashboard icons-50.png" | |
100 | + src="/static/icon/edit.png" | |
101 | 101 | /> |
102 | 102 | <img |
103 | 103 | style="cursor:pointer; width:20px; height:20px; " |
104 | 104 | @click="deleteItem(props.item)" |
105 | - src="/static/icon/dashboard icons-51.png" | |
105 | + src="/static/icon/delete.png" | |
106 | 106 | /> |
107 | 107 | </span> |
108 | 108 | </td> | ... | ... |
src/pages/News/news.vue
... | ... | @@ -200,7 +200,7 @@ |
200 | 200 | <v-card-title class="body-1" v-show="show"> |
201 | 201 | <v-btn icon large flat @click="displaySearch"> |
202 | 202 | <v-avatar size="27"> |
203 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
203 | + <img src="/static/icon/search.png" alt="icon" /> | |
204 | 204 | </v-avatar> |
205 | 205 | </v-btn> |
206 | 206 | </v-card-title> |
... | ... | @@ -242,7 +242,7 @@ |
242 | 242 | style="cursor:pointer; width:25px; height:25px; " |
243 | 243 | class="mr-3" |
244 | 244 | @click="profile(props.item)" |
245 | - src="/static/icon/dashboard icons-47.png" | |
245 | + src="/static/icon/view.png" | |
246 | 246 | /> |
247 | 247 | <span>View</span> |
248 | 248 | </v-tooltip> |
... | ... | @@ -252,7 +252,7 @@ |
252 | 252 | style="cursor:pointer; width:20px; height:18px; " |
253 | 253 | class="mr-3" |
254 | 254 | @click="editItem(props.item)" |
255 | - src="/static/icon/dashboard icons-50.png" | |
255 | + src="/static/icon/edit.png" | |
256 | 256 | /> |
257 | 257 | <span>Edit</span> |
258 | 258 | </v-tooltip> |
... | ... | @@ -261,7 +261,7 @@ |
261 | 261 | slot="activator" |
262 | 262 | style="cursor:pointer; width:20px; height:20px; " |
263 | 263 | @click="deleteItem(props.item)" |
264 | - src="/static/icon/dashboard icons-51.png" | |
264 | + src="/static/icon/delete.png" | |
265 | 265 | /> |
266 | 266 | <span>Delete</span> |
267 | 267 | </v-tooltip> | ... | ... |
src/pages/NoticeBoard/noticeBoard.vue
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | <v-card-title class="body-1" v-show="show"> |
173 | 173 | <v-btn icon large flat @click="displaySearch"> |
174 | 174 | <v-avatar size="27"> |
175 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
175 | + <img src="/static/icon/search.png" alt="icon" /> | |
176 | 176 | </v-avatar> |
177 | 177 | </v-btn> |
178 | 178 | </v-card-title> |
... | ... | @@ -207,7 +207,7 @@ |
207 | 207 | style="cursor:pointer; width:25px; height:25px; " |
208 | 208 | class="mr-3" |
209 | 209 | @click="profile(props.item)" |
210 | - src="/static/icon/dashboard icons-47.png" | |
210 | + src="/static/icon/view.png" | |
211 | 211 | /> |
212 | 212 | <span>View</span> |
213 | 213 | </v-tooltip> |
... | ... | @@ -217,7 +217,7 @@ |
217 | 217 | style="cursor:pointer; width:20px; height:18px; " |
218 | 218 | class="mr-3" |
219 | 219 | @click="editItem(props.item)" |
220 | - src="/static/icon/dashboard icons-50.png" | |
220 | + src="/static/icon/edit.png" | |
221 | 221 | /> |
222 | 222 | <span>Edit</span> |
223 | 223 | </v-tooltip> |
... | ... | @@ -226,7 +226,7 @@ |
226 | 226 | slot="activator" |
227 | 227 | style="cursor:pointer; width:20px; height:20px; " |
228 | 228 | @click="deleteItem(props.item)" |
229 | - src="/static/icon/dashboard icons-51.png" | |
229 | + src="/static/icon/delete.png" | |
230 | 230 | /> |
231 | 231 | <span>Delete</span> |
232 | 232 | </v-tooltip> | ... | ... |
src/pages/Notification/notification.vue
... | ... | @@ -115,7 +115,7 @@ |
115 | 115 | <v-card-title class="body-1" v-show="show"> |
116 | 116 | <v-btn icon large flat @click="displaySearch"> |
117 | 117 | <v-avatar size="27"> |
118 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
118 | + <img src="/static/icon/search.png" alt="icon" /> | |
119 | 119 | </v-avatar> |
120 | 120 | </v-btn> |
121 | 121 | </v-card-title> |
... | ... | @@ -145,7 +145,7 @@ |
145 | 145 | style="cursor:pointer; width:25px; height:25px; " |
146 | 146 | class="mr-3" |
147 | 147 | @click="profile(props.item)" |
148 | - src="/static/icon/dashboard icons-47.png" | |
148 | + src="/static/icon/view.png" | |
149 | 149 | /> |
150 | 150 | <span>View</span> |
151 | 151 | </v-tooltip> |
... | ... | @@ -155,7 +155,7 @@ |
155 | 155 | style="cursor:pointer; width:20px; height:18px; " |
156 | 156 | class="mr-3" |
157 | 157 | @click="editItem(props.item)" |
158 | - src="/static/icon/dashboard icons-50.png" | |
158 | + src="/static/icon/edit.png" | |
159 | 159 | /> |
160 | 160 | <span>Edit</span> |
161 | 161 | </v-tooltip> |
... | ... | @@ -165,7 +165,7 @@ |
165 | 165 | style="cursor:pointer; width:20px; height:20px; " |
166 | 166 | class="mr-3" |
167 | 167 | @click="deleteItem(props.item)" |
168 | - src="/static/icon/dashboard icons-51.png" | |
168 | + src="/static/icon/delete.png" | |
169 | 169 | /> |
170 | 170 | <span>Delete</span> |
171 | 171 | </v-tooltip> | ... | ... |
src/pages/Parent/parents.vue
... | ... | @@ -401,7 +401,7 @@ |
401 | 401 | <v-card-title class="body-1" v-show="show"> |
402 | 402 | <v-btn icon large flat @click="displaySearch"> |
403 | 403 | <v-avatar size="27"> |
404 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
404 | + <img src="/static/icon/search.png" alt="icon" /> | |
405 | 405 | </v-avatar> |
406 | 406 | </v-btn> |
407 | 407 | </v-card-title> |
... | ... | @@ -440,7 +440,7 @@ |
440 | 440 | style="cursor:pointer; width:25px; height:25px; " |
441 | 441 | class="mr-3" |
442 | 442 | @click="profile(props.item)" |
443 | - src="/static/icon/dashboard icons-47.png" | |
443 | + src="/static/icon/view.png" | |
444 | 444 | /> |
445 | 445 | <span>View</span> |
446 | 446 | </v-tooltip> |
... | ... | @@ -449,7 +449,7 @@ |
449 | 449 | slot="activator" |
450 | 450 | style="cursor:pointer; width:20px; height:18px; " |
451 | 451 | @click="editItem(props.item)" |
452 | - src="/static/icon/dashboard icons-50.png" | |
452 | + src="/static/icon/edit.png" | |
453 | 453 | class="mr-3" |
454 | 454 | /> |
455 | 455 | <span>Edit</span> | ... | ... |
src/pages/Section/section.vue
... | ... | @@ -160,7 +160,7 @@ |
160 | 160 | <v-card-title class="body-1" v-show="show"> |
161 | 161 | <v-btn icon large flat @click="displaySearch"> |
162 | 162 | <v-avatar size="27"> |
163 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
163 | + <img src="/static/icon/search.png" alt="icon" /> | |
164 | 164 | </v-avatar> |
165 | 165 | </v-btn> |
166 | 166 | </v-card-title> |
... | ... | @@ -197,7 +197,7 @@ |
197 | 197 | style="cursor:pointer; width:25px; height:25px;" |
198 | 198 | class="mr-3" |
199 | 199 | @click="profile(props.item)" |
200 | - src="/static/icon/dashboard icons-47.png" | |
200 | + src="/static/icon/view.png" | |
201 | 201 | /> |
202 | 202 | <span>View</span> |
203 | 203 | </v-tooltip> |
... | ... | @@ -207,7 +207,7 @@ |
207 | 207 | style="cursor:pointer; width:20px; height:18px; " |
208 | 208 | class="mr-3" |
209 | 209 | @click="editItem(props.item)" |
210 | - src="/static/icon/dashboard icons-50.png" | |
210 | + src="/static/icon/edit.png" | |
211 | 211 | /> |
212 | 212 | <span>Edit</span> |
213 | 213 | </v-tooltip> |
... | ... | @@ -216,7 +216,7 @@ |
216 | 216 | slot="activator" |
217 | 217 | style="cursor:pointer; width:20px; height:20px; " |
218 | 218 | @click="deleteItem(props.item)" |
219 | - src="/static/icon/dashboard icons-51.png" | |
219 | + src="/static/icon/delete.png" | |
220 | 220 | class="mr-3" |
221 | 221 | /> |
222 | 222 | <span>Delete</span> | ... | ... |
src/pages/Students/students.vue
... | ... | @@ -853,7 +853,7 @@ |
853 | 853 | <v-card-title class="body-1" v-show="show"> |
854 | 854 | <v-btn icon large flat @click="displaySearch"> |
855 | 855 | <v-avatar size="27"> |
856 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
856 | + <img src="/static/icon/search.png" alt="icon" /> | |
857 | 857 | </v-avatar> |
858 | 858 | </v-btn> |
859 | 859 | </v-card-title> |
... | ... | @@ -945,7 +945,7 @@ |
945 | 945 | style="cursor:pointer; width:25px; height:25px; " |
946 | 946 | class="mr-3" |
947 | 947 | @click="profile(props.item)" |
948 | - src="/static/icon/dashboard icons-47.png" | |
948 | + src="/static/icon/view.png" | |
949 | 949 | /> |
950 | 950 | <span>View</span> |
951 | 951 | </v-tooltip> |
... | ... | @@ -955,7 +955,7 @@ |
955 | 955 | style="cursor:pointer; width:20px; height:18px; " |
956 | 956 | class="mr-3" |
957 | 957 | @click="editItem(props.item)" |
958 | - src="/static/icon/dashboard icons-50.png" | |
958 | + src="/static/icon/edit.png" | |
959 | 959 | /> |
960 | 960 | <span>Edit</span> |
961 | 961 | </v-tooltip> |
... | ... | @@ -965,7 +965,7 @@ |
965 | 965 | style="cursor:pointer; width:20px; height:20px; " |
966 | 966 | class="mr-3" |
967 | 967 | @click="deleteItem(props.item)" |
968 | - src="/static/icon/dashboard icons-51.png" | |
968 | + src="/static/icon/delete.png" | |
969 | 969 | /> |
970 | 970 | <span>Delete</span> |
971 | 971 | </v-tooltip> | ... | ... |
src/pages/Subjects/subjects.vue
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | <v-card-title class="body-1" v-show="show"> |
123 | 123 | <v-btn icon flat @click="displaySearch"> |
124 | 124 | <v-avatar size="27"> |
125 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
125 | + <img src="/static/icon/search.png" alt="icon" /> | |
126 | 126 | </v-avatar> |
127 | 127 | </v-btn> |
128 | 128 | </v-card-title> |
... | ... | @@ -157,7 +157,7 @@ |
157 | 157 | style="cursor:pointer; width:25px; height:25px; " |
158 | 158 | class="mr-3" |
159 | 159 | @click="profile(props.item)" |
160 | - src="/static/icon/dashboard icons-47.png" | |
160 | + src="/static/icon/view.png" | |
161 | 161 | /> |
162 | 162 | <span>View</span> |
163 | 163 | </v-tooltip> |
... | ... | @@ -167,7 +167,7 @@ |
167 | 167 | style="cursor:pointer; width:20px; height:18px; " |
168 | 168 | class="mr-3" |
169 | 169 | @click="editItem(props.item)" |
170 | - src="/static/icon/dashboard icons-50.png" | |
170 | + src="/static/icon/edit.png" | |
171 | 171 | /> |
172 | 172 | <span>Edit</span> |
173 | 173 | </v-tooltip> |
... | ... | @@ -177,7 +177,7 @@ |
177 | 177 | style="cursor:pointer; width:20px; height:20px; " |
178 | 178 | class="mr-3" |
179 | 179 | @click="deleteItem(props.item)" |
180 | - src="/static/icon/dashboard icons-51.png" | |
180 | + src="/static/icon/delete.png" | |
181 | 181 | /> |
182 | 182 | <span>Delete</span> |
183 | 183 | </v-tooltip> | ... | ... |
src/pages/Teachers/teachers.vue
... | ... | @@ -479,7 +479,7 @@ |
479 | 479 | <v-card-title class="body-1" v-show="show"> |
480 | 480 | <v-btn icon large flat @click="displaySearch"> |
481 | 481 | <v-avatar size="27"> |
482 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
482 | + <img src="/static/icon/search.png" alt="icon" /> | |
483 | 483 | </v-avatar> |
484 | 484 | </v-btn> |
485 | 485 | </v-card-title> |
... | ... | @@ -525,7 +525,7 @@ |
525 | 525 | style="cursor:pointer; width:25px; height:25px; " |
526 | 526 | class="mr-3" |
527 | 527 | @click="profile(props.item)" |
528 | - src="/static/icon/dashboard icons-47.png" | |
528 | + src="/static/icon/view.png" | |
529 | 529 | /> |
530 | 530 | <span>View</span> |
531 | 531 | </v-tooltip> |
... | ... | @@ -535,7 +535,7 @@ |
535 | 535 | style="cursor:pointer; width:20px; height:18px; " |
536 | 536 | class="mr-3" |
537 | 537 | @click="editItem(props.item)" |
538 | - src="/static/icon/dashboard icons-50.png" | |
538 | + src="/static/icon/edit.png" | |
539 | 539 | /> |
540 | 540 | <span>Edit</span> |
541 | 541 | </v-tooltip> |
... | ... | @@ -544,7 +544,7 @@ |
544 | 544 | slot="activator" |
545 | 545 | style="cursor:pointer; width:20px; height:20px; " |
546 | 546 | @click="deleteItem(props.item)" |
547 | - src="/static/icon/dashboard icons-51.png" | |
547 | + src="/static/icon/delete.png" | |
548 | 548 | class="mr-3" |
549 | 549 | /> |
550 | 550 | <span>Delete</span> | ... | ... |
src/pages/TimeTable/timeTable.vue
... | ... | @@ -488,7 +488,7 @@ |
488 | 488 | <v-card-title class="body-1" v-show="show"> |
489 | 489 | <v-btn icon large flat @click="displaySearch"> |
490 | 490 | <v-avatar size="27"> |
491 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
491 | + <img src="/static/icon/search.png" alt="icon" /> | |
492 | 492 | </v-avatar> |
493 | 493 | </v-btn> |
494 | 494 | </v-card-title> |
... | ... | @@ -538,7 +538,7 @@ |
538 | 538 | style="cursor:pointer; width:20px; height:20px; " |
539 | 539 | class="mr-3" |
540 | 540 | @click="deleteItem(props.item)" |
541 | - src="/static/icon/dashboard icons-51.png" | |
541 | + src="/static/icon/delete.png" | |
542 | 542 | /> |
543 | 543 | <span>Delete</span> |
544 | 544 | </v-tooltip> | ... | ... |
src/pages/User/user.vue
... | ... | @@ -400,7 +400,7 @@ |
400 | 400 | <v-card-title class="body-1" v-show="show"> |
401 | 401 | <v-btn icon large flat @click="displaySearch"> |
402 | 402 | <v-avatar size="27"> |
403 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
403 | + <img src="/static/icon/search.png" alt="icon" /> | |
404 | 404 | </v-avatar> |
405 | 405 | </v-btn> |
406 | 406 | </v-card-title> |
... | ... | @@ -440,7 +440,7 @@ |
440 | 440 | style="cursor:pointer; width:25px; height:25px; " |
441 | 441 | class="mr-3" |
442 | 442 | @click="profile(props.item)" |
443 | - src="/static/icon/dashboard icons-47.png" | |
443 | + src="/static/icon/view.png" | |
444 | 444 | /> |
445 | 445 | <span>View</span> |
446 | 446 | </v-tooltip> |
... | ... | @@ -450,7 +450,7 @@ |
450 | 450 | style="cursor:pointer; width:20px; height:18px; " |
451 | 451 | class="mr-3" |
452 | 452 | @click="editItem(props.item)" |
453 | - src="/static/icon/dashboard icons-50.png" | |
453 | + src="/static/icon/edit.png" | |
454 | 454 | /> |
455 | 455 | <span>Edit</span> |
456 | 456 | </v-tooltip> |
... | ... | @@ -460,7 +460,7 @@ |
460 | 460 | style="cursor:pointer; width:20px; height:20px; " |
461 | 461 | class="mr-3" |
462 | 462 | @click="deleteItem(props.item)" |
463 | - src="/static/icon/dashboard icons-51.png" | |
463 | + src="/static/icon/delete.png" | |
464 | 464 | /> |
465 | 465 | <span>Delete</span> |
466 | 466 | </v-tooltip> | ... | ... |
src/pages/socialMedia/socialMedia.vue
... | ... | @@ -110,7 +110,7 @@ |
110 | 110 | <v-card-title class="body-1" v-show="show"> |
111 | 111 | <v-btn icon large flat @click="displaySearch"> |
112 | 112 | <v-avatar size="27"> |
113 | - <img src="/static/icon/dashboard icons-49.png" alt="icon" /> | |
113 | + <img src="/static/icon/search.png" alt="icon" /> | |
114 | 114 | </v-avatar> |
115 | 115 | </v-btn> |
116 | 116 | </v-card-title> |
... | ... | @@ -140,7 +140,7 @@ |
140 | 140 | style="cursor:pointer; width:25px; height:25px; " |
141 | 141 | class="mr-3" |
142 | 142 | @click="profile(props.item)" |
143 | - src="/static/icon/dashboard icons-47.png" | |
143 | + src="/static/icon/view.png" | |
144 | 144 | /> |
145 | 145 | <span>View</span> |
146 | 146 | </v-tooltip> |
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | style="cursor:pointer; width:20 px; height:18px; " |
151 | 151 | class="mr-3" |
152 | 152 | @click="editItem(props.item)" |
153 | - src="/static/icon/dashboard icons-50.png" | |
153 | + src="/static/icon/edit.png" | |
154 | 154 | /> |
155 | 155 | <span>Edit</span> |
156 | 156 | </v-tooltip> |
... | ... | @@ -160,7 +160,7 @@ |
160 | 160 | style="cursor:pointer; width:20px; height:20px; " |
161 | 161 | class="mr-3" |
162 | 162 | @click="deleteItem(props.item)" |
163 | - src="/static/icon/dashboard icons-51.png" | |
163 | + src="/static/icon/delete.png" | |
164 | 164 | /> |
165 | 165 | <span>Delete</span> |
166 | 166 | </v-tooltip> | ... | ... |