Browse Source

人脸图片

feature/dev_information_register
ZhaoTongYao 3 years ago
parent
commit
5563b30bc7
  1. 17
      src/views/modules/base/collect.vue

17
src/views/modules/base/collect.vue

@ -399,6 +399,23 @@
:show-overflow-tooltip="true"
>
</el-table-column>
<el-table-column
prop="faceImg"
min-width="120"
align="center"
label="人脸"
>
<template slot-scope="scope">
<el-image
style="max-height: 50px; max-width: 50px;"
:src="scope.row.faceImg"
:preview-src-list="[scope.row.faceImg]">
<div slot="error" class="image-slot">
<!-- <i class="el-icon-picture-outline"></i> -->
</div>
</el-image>
</template>
</el-table-column>
</el-table>
<div class="resi-btns">
<el-button @click="formShow = false">{{ $t('cancel') }}</el-button>

Loading…
Cancel
Save