<section>
	<div class="container container-98 csc-content">
		<table class="table table-bordered" style="table-layout: inherit !important;">
			<tr>
				<th class="bold-center bluehead" swlang code='SW001393'>No.</th>
				<th class="bold-center bluehead" swlang code='SW000019'>Status</th>
				<th class="bold-center bluehead" swlang code='SW000602'>Employeeid</th>
				<th class="bold-center bluehead" swlang code='SW001984'>Fullname</th>
				<th class="bold-center bluehead" swlang code='SW000780'>Job Title</th>
				<th class="bold-center bluehead" >{{ bu2_label }}</th>
				<th class="bold-center bluehead" swlang code='SW000230'>Service Year</th>
			</tr>
			<tr ng-repeat="item in mbolist" class="more-data-sm">
				<td style="text-align: center;">{{ $index+1 }}</td>
				<td style="text-align: center;"><a ui-sref="mbo.profile({apsyear: item.apsyear, employeeid: item.employeeid})">{{ item.flow_status }}</a></td>
				<td style="text-align: center;"><a ui-sref="mbo.profile({apsyear: item.apsyear, employeeid: item.employeeid})">{{ item.employeeid }}</a></td>
				<td style="text-align: center;"><a ui-sref="mbo.profile({apsyear: item.apsyear, employeeid: item.employeeid})">{{ item.fullname }}</a></td>
				<td style="text-align: center;"><a ui-sref="mbo.profile({apsyear: item.apsyear, employeeid: item.employeeid})">{{ item.jobname }}</a></td>
				<td style="text-align: center;"><a ui-sref="mbo.profile({apsyear: item.apsyear, employeeid: item.employeeid})">{{ item.bu2name }}</a></td>
				<td style="text-align: center;"><a ui-sref="mbo.profile({apsyear: item.apsyear, employeeid: item.employeeid})">{{ item.empworkages }}</a></td>
			</tr>
		</table>
	</div>
</section>