|
@@ -154,8 +154,8 @@
|
|
|
"
|
|
|
style="width: 60px; height: 60px"
|
|
|
fit="cover"
|
|
|
- :src="scope.row.teacherAttendance.signOutAttachments"
|
|
|
- :previewSrcList="[scope.row.teacherAttendance.signOutAttachments]"
|
|
|
+ :src="scope.row.teacherAttendance.signOutAttachments.split(',')[0]"
|
|
|
+ :previewSrcList="scope.row.teacherAttendance.signOutAttachments.split(',')"
|
|
|
>
|
|
|
</el-image>
|
|
|
</template>
|