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 === '文本分类') {