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