Skip to content

Commit

Permalink
add:跨行标注、判断起始位置、切换文本不改变tab
Browse files Browse the repository at this point in the history
  • Loading branch information
PPzXiao committed Jun 12, 2020
1 parent 66ab6c4 commit 312ed26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/label/labeling.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@ const carouselPrefix = '?imageView2/2/h/440'
this.revalue1 = ''
this.activeName=''
this.docid++
this.tabactiveName = '实体统计'
this.updatedoc()
this.showdata = this.tableData[this.docid].content
}
Expand All @@ -1919,6 +1920,7 @@ const carouselPrefix = '?imageView2/2/h/440'
this.revalue1 = ''
this.activeName=''
this.docid--
this.tabactiveName = '实体统计'
this.updatedoc()
this.showdata = this.tableData[this.docid].content
}
Expand All @@ -1938,6 +1940,7 @@ const carouselPrefix = '?imageView2/2/h/440'
this.docid = id
this.showdata = this.tableData[id].content
this.activeName = ''
this.tabactiveName = '实体统计'
this.updatedoc()
},
getlabeledeventoptions(){
Expand Down

0 comments on commit 312ed26

Please sign in to comment.