教育训练处考试制证前端
zhouwx
2024-11-06 efeec81d1a402d9bb4d40f516ec36e74e683cb63
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");
    },