mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
optimize
This commit is contained in:
parent
d7dfc4b032
commit
aab0ced8d4
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user