bach 1 年之前
父节点
当前提交
7607fc0e23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/contents/Entite.vue

+ 1 - 1
src/components/contents/Entite.vue

@@ -25,7 +25,7 @@ export default {
     field_sources_label () {
       let str;
       if (this.concernement.entites_byid[this.eid].menacemaintien < 0) {
-        str = this.ct_entite.field_sources.description.replace('/ ce maintient', '')
+        str = this.ct_entite.field_sources.description.replace('/ ce maintien', '')
       } else {
         str = this.ct_entite.field_sources.description.replace('cette menace /', '')
       }