From ef5d903ef442b688ba3111c3e84577be4417c62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=90=A6=E9=92=A7?= Date: Sun, 8 Aug 2021 17:29:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E8=AF=86=E5=88=AB=E6=97=A0=E6=B3=95=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=A0=87=E7=AD=BE=E7=9A=84=E9=97=AE=E9=A2=98?= 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 7e11a7a..fc62098 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -339,7 +339,7 @@ export default { * @param 类型 */ setType: function (type, ev) { - if (this.projectType === '命名识别识别') { + if (this.projectType === '命名实体识别') { this.$set(this, 'nowType', type) } if (this.projectType === '文本分类') {