diff --git a/src/app/views/enrolment/student/student.component.html b/src/app/views/enrolment/student/student.component.html index c487aac..f9a0241 100644 --- a/src/app/views/enrolment/student/student.component.html +++ b/src/app/views/enrolment/student/student.component.html @@ -89,30 +89,32 @@
| Batch | Form Id | Student Name | Father Name | -Mobile | +Course/University | Sem/Year | -Batch | Status | +Comments | Action | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{app.batch}} | {{app.formId}} | {{app.studentName}} | {{app.fatherName}} | -{{app.mobile}} | +{{app.course}} / {{app.univ}} | {{app.sem}} | -{{app.batch}} | Active In-Active | +{{app.comments}} |
@@ -232,17 +234,6 @@
-
-
-
-
-
-
@@ -265,6 +256,10 @@
+
+
+
@@ -278,10 +273,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
-
-
-
-
-
-
+
@@ -331,14 +358,14 @@
-
+
|