mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化考情页面
This commit is contained in:
parent
76b987408f
commit
90d66836fb
@ -31,7 +31,7 @@
|
||||
<tbody>
|
||||
<tr v-for="detail in staffAttendanceDetailInfo.details">
|
||||
<td class="text-center" style="white-space: nowrap;">
|
||||
<img style="width: 60px; height: 60px;" class="border-radius" v-if="detail.facePath" v-bind:src="attendance.facePath" />
|
||||
<img style="width: 60px; height: 60px;" class="border-radius" v-if="detail.facePath" v-bind:src="detail.facePath" />
|
||||
<img style="width: 60px; height: 60px;" class="border-radius" v-else src="/img/noPhoto.jpg" />
|
||||
</td>
|
||||
<td class="text-center">{{detail.staffName}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user