From 44064632be5f9ea7e88e4eeba1b013ee7dc82923 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 17 Jun 2021 02:09:30 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E9=BB=98=E8=AE=A4=E9=80=89=E6=8B=A9person?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E8=B7=B3=E5=87=BA=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 7a86549..0565c16 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -174,7 +174,7 @@ export default { nowText: '', // 当前的文件文本 ners: [], // 当前文件已标注的实体 nowNer: {}, // 当前鼠标正在标注的实体 - nowType: '', // 当前选择的实体类型 + nowType: 'person', // 当前选择的实体类型 typeList: ['person', 'location', 'organiztion'], // 实体类型可选列表 isAnnoDic: {}, // 服务器是否返回已标注过 nowFocus: '', // 鼠标当前位置的对象,比如标注框/类型按钮/翻页按钮