| | |
| | | <template> |
| | | <el-dialog |
| | | title="学习记录详情" |
| | | title="学习记录详情(该记录将至少保留6年)" |
| | | :visible.sync="dialogVisible" |
| | | :modal-append-to-body="false" |
| | | :close-on-click-modal="false" |
| | |
| | | </el-image> |
| | | <div class="columnFlex" style="margin-top: 15px;font-size: 16px;line-height: 25px"> |
| | | <span>认证位置:{{ item.authPostionDesc}}</span> |
| | | <span>类别:{{ item.faceType == 10 ? '签到' : '认证' }}</span> |
| | | <span>类别:人脸面部识别</span> |
| | | <span>认证时间:{{item.authTime}}</span> |
| | | <div style="display: flex;align-items: center;"> |
| | | <span>IP:--</span> |
| | | <span style="margin-left: 15px">MAC:--</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | .columnFlex{ |
| | | display: flex;flex-direction: column; |
| | | } |
| | | ::v-deep .el-dialog__title { |
| | | line-height: 24px; |
| | | font-size: 22px; |
| | | color: #303133; |
| | | font-weight: 600; |
| | | } |
| | | </style> |