Browse Source

部门基本信息

彭宇 2 years ago
parent
commit
84f011d5eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -18,7 +18,7 @@
             <div class="i-list-con h-14">
               <div class="d-l-con">
                 <div class="d-l-l-text w-100p">
-                  <h4 class="line-h-1 w-100p">{{ forestInfo }}</h4>
+                  <h4 class="line-h-1 w-100p" v-html="forestInfo">{{ forestInfo }}</h4>
                 </div>
               </div>
             </div>