This commit is contained in:
java110 2023-03-15 12:41:07 +08:00
parent d7dfc4b032
commit aab0ced8d4

View File

@ -44,6 +44,7 @@
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<th class="text-center"><span><vc:i18n name='年度' namespace='examineStaffValue'></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name='员工ID' namespace='examineStaffValue'></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name='员工名称' namespace='examineStaffValue'></vc:i18n></span></th>
<th class="text-center"><span><vc:i18n name='考核项目' namespace='examineStaffValue'></vc:i18n></span></th>
@ -57,6 +58,7 @@
</thead>
<tbody>
<tr v-for="value in examineStaffValueInfo.values">
<td class="text-center">{{value.esYear}}</td>
<td class="text-center">{{value.staffId}}</td>
<td class="text-center">{{value.staffName}}</td>
<td class="text-center">{{value.projectName}}</td>