优化实名认证

This commit is contained in:
墨大叔 2024-09-24 10:04:16 +08:00
parent d2e28e9419
commit 9f3f0a5c59

View File

@ -61,17 +61,17 @@
<!-- v-hasPermi="['ss:realName:edit']"--> <!-- v-hasPermi="['ss:realName:edit']"-->
<!-- >修改</el-button>--> <!-- >修改</el-button>-->
<!-- </el-col>--> <!-- </el-col>-->
<!-- <el-col :span="1.5">--> <el-col :span="1.5">
<!-- <el-button--> <el-button
<!-- type="danger"--> type="danger"
<!-- plain--> plain
<!-- icon="el-icon-delete"--> icon="el-icon-delete"
<!-- size="mini"--> size="mini"
<!-- :disabled="multiple"--> :disabled="multiple"
<!-- @click="handleDelete"--> @click="handleDelete"
<!-- v-hasPermi="['ss:realName:remove']"--> v-hasPermi="['ss:realName:remove']"
<!-- >删除</el-button>--> >删除</el-button>
<!-- </el-col>--> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
@ -104,8 +104,7 @@
{{d.row[column.key]}} {{d.row[column.key]}}
</template> </template>
<template v-else-if="column.key === 'faceImage'"> <template v-else-if="column.key === 'faceImage'">
<!-- <image-preview :src="d.row[column.key]" :width="50" :height="50"/>--> <image-preview :src="d.row[column.key]" :width="50" :height="50"/>
<el-image :src="d.row.faceImage" style="width: 50px;height: 50px"/>
</template> </template>
<template v-else-if="column.key === 'userId'"> <template v-else-if="column.key === 'userId'">
<user-link :id="d.row.userId" :name="d.row.userName"/> <user-link :id="d.row.userId" :name="d.row.userName"/>
@ -116,24 +115,17 @@
</template> </template>
</el-table-column> </el-table-column>
</template> </template>
<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">--> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<!-- <template slot-scope="scope">--> <template slot-scope="scope">
<!-- <el-button--> <el-button
<!-- size="mini"--> size="mini"
<!-- type="text"--> type="text"
<!-- icon="el-icon-edit"--> icon="el-icon-delete"
<!-- @click="handleUpdate(scope.row)"--> @click="handleDelete(scope.row)"
<!-- v-hasPermi="['ss:realName:edit']"--> v-hasPermi="['ss:realName:remove']"
<!-- >修改</el-button>--> >删除</el-button>
<!-- <el-button--> </template>
<!-- size="mini"--> </el-table-column>
<!-- type="text"-->
<!-- icon="el-icon-delete"-->
<!-- @click="handleDelete(scope.row)"-->
<!-- v-hasPermi="['ss:realName:remove']"-->
<!-- >删除</el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table> </el-table>
<pagination <pagination