src/views/system/user/component/dialogCertificate.vue
@@ -14,6 +14,7 @@ <el-table-column property="id" label="证件Id"/> <el-table-column property="certTypeName" label="证书类型"/> <el-table-column property="certNo" label="证件编号"/> <el-table-column property="certExpiredAt" label="证书有效期至"/> <el-table-column fixed="right" label="操作" align="center" width="250"> <template #default="scope"> <el-button link type="primary" size="small" :icon="View" @click="openEdit('view',scope.row)">查看</el-button>