优化考情页面

This commit is contained in:
Your Name 2023-02-26 02:36:46 +08:00
parent 76b987408f
commit 90d66836fb

View File

@ -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>