src/views/onlineEducation/learnRecord/components/detailDialog.vue
@@ -73,8 +73,8 @@ <span>类别:人脸面部识别</span> <span>认证时间:{{item.authTime}}</span> <div style="display: flex;align-items: center;"> <span>IP:--</span> <span style="margin-left: 15px">MAC:--</span> <span>IP:{{item.ip? item.ip : '--'}}</span> <span style="margin-left: 15px">MAC:{{item.mac ? item.mac : '--'}}</span> </div> </div> </div> @@ -165,6 +165,10 @@ }, handleClose() { this.tableData = []; this.dataForm = {} this.trackList = [] this.authList =[] this.dialogVisible = false; this.$emit("getList"); },