diff --git a/src/api/menu.js b/src/api/menu.js index 6446186..5bebed0 100644 --- a/src/api/menu.js +++ b/src/api/menu.js @@ -146,7 +146,7 @@ const adminMenu = [ { title: 'Social Media', name: 'Social Media', - icon: '/static/icon/dashboard icons-35.png', + icon: '/static/icon/events.png', }, { title: 'Gallery', diff --git a/src/components/pageHeader/AppToolbar.vue b/src/components/pageHeader/AppToolbar.vue index 57ce26d..d51a244 100644 --- a/src/components/pageHeader/AppToolbar.vue +++ b/src/components/pageHeader/AppToolbar.vue @@ -24,7 +24,7 @@ - icon + icon diff --git a/src/pages/Account/expense.vue b/src/pages/Account/expense.vue index d7268bf..a9090a0 100644 --- a/src/pages/Account/expense.vue +++ b/src/pages/Account/expense.vue @@ -232,7 +232,7 @@ - icon + icon @@ -271,7 +271,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -281,7 +281,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -290,7 +290,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Account/feeTypes.vue b/src/pages/Account/feeTypes.vue index 7e6f212..4c00c11 100644 --- a/src/pages/Account/feeTypes.vue +++ b/src/pages/Account/feeTypes.vue @@ -117,7 +117,7 @@ - icon + icon @@ -149,7 +149,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -159,7 +159,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -169,7 +169,7 @@ style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" class="mr-3" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Account/globalPayment.vue b/src/pages/Account/globalPayment.vue index dc41530..31ad73a 100644 --- a/src/pages/Account/globalPayment.vue +++ b/src/pages/Account/globalPayment.vue @@ -150,7 +150,7 @@ {{ dates(props.item.date) }} + + + + + + + + Your search for "{{ search }}" found no results. + + + + +
@@ -200,6 +231,16 @@ export default { search: "", valid: true, addclass: [], + // index: '', + feeType: { + amount: "", + discount: "", + totalPaidAmount: "", + subTotal: "", + feeTypeName: "", + userData: {} + }, + feeTypeData: [], selectStudents: {}, addSection: [], classRules: [v => !!v || " Class Name is required"], @@ -239,6 +280,37 @@ export default { { text: "Payment Date", value: "date", sortable: false, align: "center" }, { text: "Action", value: "", sortable: false, align: "center" } ], + + header: [ + // { + // text: "#", + // align: "center", + // sortable: false + // }, + { + text: "Fees Name", + align: "center", + sortable: false, + value: "feeTypeName" + }, + { + text: "Fees Amount", + align: "center", + sortable: false, + value: "amount" + }, + { + text: "Due", + align: "center", + sortable: false + }, + { + text: "Paid Amount", + align: "center", + sortable: false, + value: "paidAmount" + } + ], studentData: [], studentInvoiceData: [] }), @@ -305,13 +377,28 @@ export default { }) .then(response => { this.studentInvoiceData = response.data.data; - // console.log("this.studentInvoiceData", this.studentInvoiceData); + console.log("this.studentInvoiceData", this.studentInvoiceData); this.showLoader = false; }) .catch(err => { console.log("err====>", err); this.showLoader = false; }); + }, + getAmmountDetails(feeTyp) { + let feeType = { + subTotal: "", + subParticularTotal: "", + paidAmount: "" + }; + // *********** SUBTOTAL *********** + feeType.subTotal = + Number(feeType.subTotal) + Number(this.feeTypeData[i].subTotal); + this.feeType.subTotal = feeType.subTotal.toFixed(2); + // *********** PAID-AMOUNT *********** + feeType.paidAmount = + Number(feeType.paidAmount) + Number(this.feeTypeData[i].paidAmount); + this.feeType.paidAmount = feeType.paidAmount.toFixed(2); } }, mounted() { @@ -335,16 +422,16 @@ export default { this.$store.dispatch("Role", null); } }); - }, - created() { - this.$root.$on("app:search", search => { - this.search = search; - }); - }, - beforeDestroy() { - // dont forget to remove the listener - this.$root.$off("app:search"); } + // created() { + // this.$root.$on("app:search", search => { + // this.search = search; + // }); + // }, + // beforeDestroy() { + // // dont forget to remove the listener + // this.$root.$off("app:search"); + // } }; diff --git a/src/pages/Account/income.vue b/src/pages/Account/income.vue index 1bc4471..5bbb08e 100644 --- a/src/pages/Account/income.vue +++ b/src/pages/Account/income.vue @@ -233,7 +233,7 @@ - icon + icon @@ -272,7 +272,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -282,7 +282,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -291,7 +291,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Account/invoice.vue b/src/pages/Account/invoice.vue index 195f140..598a5f4 100644 --- a/src/pages/Account/invoice.vue +++ b/src/pages/Account/invoice.vue @@ -83,7 +83,7 @@ - icon + icon @@ -132,13 +132,13 @@ {{ dates(props.item.date) }} - + View @@ -150,7 +150,7 @@ slot="activator" style="cursor:pointer; width:20px; height:18px; " class="mr-3" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -161,7 +161,7 @@ style="cursor:pointer;width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Account/paymentHistory.vue b/src/pages/Account/paymentHistory.vue index 0541fa4..1623c50 100644 --- a/src/pages/Account/paymentHistory.vue +++ b/src/pages/Account/paymentHistory.vue @@ -6,7 +6,7 @@ - icon + icon diff --git a/src/pages/Administrator/academicYear.vue b/src/pages/Administrator/academicYear.vue index f3446c4..355a841 100644 --- a/src/pages/Administrator/academicYear.vue +++ b/src/pages/Administrator/academicYear.vue @@ -211,7 +211,7 @@ - icon + icon @@ -243,7 +243,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -253,7 +253,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -263,7 +263,7 @@ style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" class="mr-3" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Administrator/role.vue b/src/pages/Administrator/role.vue index 72a904a..487c63c 100644 --- a/src/pages/Administrator/role.vue +++ b/src/pages/Administrator/role.vue @@ -58,7 +58,7 @@ - icon + icon @@ -87,7 +87,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -96,7 +96,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Attendence/studentAttendence.vue b/src/pages/Attendence/studentAttendence.vue index 278e719..c413c07 100644 --- a/src/pages/Attendence/studentAttendence.vue +++ b/src/pages/Attendence/studentAttendence.vue @@ -31,7 +31,7 @@ - icon + icon @@ -67,7 +67,7 @@ slot="activator" style="cursor:pointer; width:20px; height:25px; " class="mr-3" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -78,7 +78,7 @@ style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" class="mr-3" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Attendence/teacherAttendence.vue b/src/pages/Attendence/teacherAttendence.vue index 181418d..33ba0a9 100644 --- a/src/pages/Attendence/teacherAttendence.vue +++ b/src/pages/Attendence/teacherAttendence.vue @@ -23,7 +23,7 @@ - icon + icon @@ -61,7 +61,7 @@ View diff --git a/src/pages/Class/addclass.vue b/src/pages/Class/addclass.vue index 41b7b38..9552852 100644 --- a/src/pages/Class/addclass.vue +++ b/src/pages/Class/addclass.vue @@ -76,7 +76,7 @@ - icon + icon @@ -105,7 +105,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -115,7 +115,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -124,7 +124,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index da71a5e..289ec89 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -220,7 +220,7 @@ slot="activator" style="cursor:pointer; width:25px; height:25px; " @click="profile" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View diff --git a/src/pages/Event/event.vue b/src/pages/Event/event.vue index 232c559..a9ff2bc 100644 --- a/src/pages/Event/event.vue +++ b/src/pages/Event/event.vue @@ -162,7 +162,7 @@ - icon + icon @@ -188,7 +188,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -198,7 +198,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -208,7 +208,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Exam/exam.vue b/src/pages/Exam/exam.vue index 1054efb..0cf7712 100644 --- a/src/pages/Exam/exam.vue +++ b/src/pages/Exam/exam.vue @@ -160,7 +160,7 @@ - icon + icon @@ -191,7 +191,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -201,7 +201,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -211,7 +211,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Exam/examSchedule.vue b/src/pages/Exam/examSchedule.vue index 1ab3cd9..aa12749 100644 --- a/src/pages/Exam/examSchedule.vue +++ b/src/pages/Exam/examSchedule.vue @@ -347,7 +347,7 @@ - icon + icon @@ -382,7 +382,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -392,7 +392,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -401,7 +401,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Exam/grade.vue b/src/pages/Exam/grade.vue index 5bd2e3d..6d78205 100644 --- a/src/pages/Exam/grade.vue +++ b/src/pages/Exam/grade.vue @@ -194,7 +194,7 @@ - icon + icon @@ -227,7 +227,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -237,7 +237,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -247,7 +247,7 @@ style="cursor:pointer; width:20px; height:20px; " @click="deleteGrade(props.item)" class="mr-3" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Gallery/gallery.vue b/src/pages/Gallery/gallery.vue index ba82e4b..5392051 100644 --- a/src/pages/Gallery/gallery.vue +++ b/src/pages/Gallery/gallery.vue @@ -286,7 +286,7 @@ - icon + icon @@ -316,7 +316,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -326,7 +326,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -336,7 +336,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Holiday/holiday.vue b/src/pages/Holiday/holiday.vue index 077e955..67936c1 100644 --- a/src/pages/Holiday/holiday.vue +++ b/src/pages/Holiday/holiday.vue @@ -140,7 +140,7 @@ - icon + icon @@ -170,7 +170,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -180,7 +180,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -190,7 +190,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Library/books.vue b/src/pages/Library/books.vue index c60aa23..fed9661 100644 --- a/src/pages/Library/books.vue +++ b/src/pages/Library/books.vue @@ -189,7 +189,7 @@ - icon + icon @@ -232,7 +232,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -242,7 +242,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -251,7 +251,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Library/eBook.vue b/src/pages/Library/eBook.vue index ff24fdf..d2caa07 100644 --- a/src/pages/Library/eBook.vue +++ b/src/pages/Library/eBook.vue @@ -214,7 +214,7 @@ - icon + icon @@ -248,7 +248,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -258,7 +258,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -267,7 +267,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Library/issue.vue b/src/pages/Library/issue.vue index 1ec547a..146f102 100644 --- a/src/pages/Library/issue.vue +++ b/src/pages/Library/issue.vue @@ -293,7 +293,7 @@ - icon + icon @@ -335,7 +335,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -345,7 +345,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -354,7 +354,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Mark/mark.vue b/src/pages/Mark/mark.vue index 3db4c07..297bb93 100644 --- a/src/pages/Mark/mark.vue +++ b/src/pages/Mark/mark.vue @@ -56,7 +56,7 @@ - icon + icon @@ -144,7 +144,7 @@ View diff --git a/src/pages/Mark/markDistribution.vue b/src/pages/Mark/markDistribution.vue index 4c640c3..4058420 100644 --- a/src/pages/Mark/markDistribution.vue +++ b/src/pages/Mark/markDistribution.vue @@ -69,7 +69,7 @@ - icon + icon @@ -97,12 +97,12 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> diff --git a/src/pages/News/news.vue b/src/pages/News/news.vue index 7d5fd8e..7c35ed3 100644 --- a/src/pages/News/news.vue +++ b/src/pages/News/news.vue @@ -200,7 +200,7 @@ - icon + icon @@ -242,7 +242,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -252,7 +252,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -261,7 +261,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/NoticeBoard/noticeBoard.vue b/src/pages/NoticeBoard/noticeBoard.vue index af70842..ebf1632 100644 --- a/src/pages/NoticeBoard/noticeBoard.vue +++ b/src/pages/NoticeBoard/noticeBoard.vue @@ -172,7 +172,7 @@ - icon + icon @@ -207,7 +207,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -217,7 +217,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -226,7 +226,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Notification/notification.vue b/src/pages/Notification/notification.vue index 7257d0a..e0d0208 100644 --- a/src/pages/Notification/notification.vue +++ b/src/pages/Notification/notification.vue @@ -115,7 +115,7 @@ - icon + icon @@ -145,7 +145,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -155,7 +155,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -165,7 +165,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Parent/parents.vue b/src/pages/Parent/parents.vue index 6ce5bfa..e7c9936 100644 --- a/src/pages/Parent/parents.vue +++ b/src/pages/Parent/parents.vue @@ -401,7 +401,7 @@ - icon + icon @@ -440,7 +440,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -449,7 +449,7 @@ slot="activator" style="cursor:pointer; width:20px; height:18px; " @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" class="mr-3" /> Edit diff --git a/src/pages/Section/section.vue b/src/pages/Section/section.vue index 6de5d3b..badc089 100644 --- a/src/pages/Section/section.vue +++ b/src/pages/Section/section.vue @@ -160,7 +160,7 @@ - icon + icon @@ -197,7 +197,7 @@ style="cursor:pointer; width:25px; height:25px;" class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -207,7 +207,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -216,7 +216,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" class="mr-3" /> Delete diff --git a/src/pages/Students/students.vue b/src/pages/Students/students.vue index ad31fdf..fbaee27 100644 --- a/src/pages/Students/students.vue +++ b/src/pages/Students/students.vue @@ -853,7 +853,7 @@ - icon + icon @@ -945,7 +945,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -955,7 +955,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -965,7 +965,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Subjects/subjects.vue b/src/pages/Subjects/subjects.vue index 76d463e..546507a 100644 --- a/src/pages/Subjects/subjects.vue +++ b/src/pages/Subjects/subjects.vue @@ -122,7 +122,7 @@ - icon + icon @@ -157,7 +157,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -167,7 +167,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -177,7 +177,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/Teachers/teachers.vue b/src/pages/Teachers/teachers.vue index c445e7e..8138f25 100644 --- a/src/pages/Teachers/teachers.vue +++ b/src/pages/Teachers/teachers.vue @@ -479,7 +479,7 @@ - icon + icon @@ -525,7 +525,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -535,7 +535,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -544,7 +544,7 @@ slot="activator" style="cursor:pointer; width:20px; height:20px; " @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" class="mr-3" /> Delete diff --git a/src/pages/TimeTable/timeTable.vue b/src/pages/TimeTable/timeTable.vue index bfac90f..8c12bcd 100644 --- a/src/pages/TimeTable/timeTable.vue +++ b/src/pages/TimeTable/timeTable.vue @@ -488,7 +488,7 @@ - icon + icon @@ -538,7 +538,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/User/user.vue b/src/pages/User/user.vue index e9227dc..ee258f9 100644 --- a/src/pages/User/user.vue +++ b/src/pages/User/user.vue @@ -400,7 +400,7 @@ - icon + icon @@ -440,7 +440,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -450,7 +450,7 @@ style="cursor:pointer; width:20px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -460,7 +460,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete diff --git a/src/pages/socialMedia/socialMedia.vue b/src/pages/socialMedia/socialMedia.vue index 07eab87..cc4e860 100644 --- a/src/pages/socialMedia/socialMedia.vue +++ b/src/pages/socialMedia/socialMedia.vue @@ -110,7 +110,7 @@ - icon + icon @@ -140,7 +140,7 @@ style="cursor:pointer; width:25px; height:25px; " class="mr-3" @click="profile(props.item)" - src="/static/icon/dashboard icons-47.png" + src="/static/icon/view.png" /> View @@ -150,7 +150,7 @@ style="cursor:pointer; width:20 px; height:18px; " class="mr-3" @click="editItem(props.item)" - src="/static/icon/dashboard icons-50.png" + src="/static/icon/edit.png" /> Edit @@ -160,7 +160,7 @@ style="cursor:pointer; width:20px; height:20px; " class="mr-3" @click="deleteItem(props.item)" - src="/static/icon/dashboard icons-51.png" + src="/static/icon/delete.png" /> Delete