| | |
| | | <el-table-column prop="realName" label="真实姓名" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="depName" label="部门" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="phone" label="手机号" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="email" label="证书编号" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="gmtCreate" label="证书有效期至" show-overflow-tooltip></el-table-column> |
| | | <!-- <el-table-column prop="email" label="证书编号" show-overflow-tooltip></el-table-column>--> |
| | | <el-table-column prop="expireTime" label="证书有效期至" show-overflow-tooltip></el-table-column> |
| | | <el-table-column label="操作" width="140"> |
| | | <template #default="scope"> |
| | | <el-button :disabled="scope.row.userName === 'admin'" size="small" text type="primary" @click="onOpenUserDialog('查看', scope.row)">查看</el-button> |