student details changes done by bala
This commit is contained in:
parent
3479ffd4f6
commit
c480db767d
@ -623,7 +623,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Detail</th>
|
||||
<!--<th>Follow_Up_Date</th>-->
|
||||
<th>Follow_Up_Date</th>
|
||||
<th>Status</th>
|
||||
<th class="center">Delete</th>
|
||||
</tr>
|
||||
@ -631,7 +631,7 @@
|
||||
<tbody ng-repeat="penddoc in studentPendingDocumentsDetails">
|
||||
<tr>
|
||||
<td>{{penddoc.Details}}</td>
|
||||
<!--<td>{{penddoc.DocumentDate}}</td>-->
|
||||
<td>{{penddoc.DocumentDate}}</td>
|
||||
<td>
|
||||
<span ng-if="penddoc.Status == 1">Open</span>
|
||||
<span ng-if="penddoc.Status == 0">Close</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user