Luolei 6 years ago
parent
commit
e0611ffef5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/api/config.js
  2. 1 1
      src/components/icss/PubTagPartDetail.vue

+ 1 - 1
src/api/config.js

@@ -152,7 +152,7 @@ export default {
     '8':['9']
   },
   groupParams:[
-    {controlType:[0,1,2],tagType:[1,2],notTagType:[8]},     //多列多选(杂音/初为)     notTagType为文字标签剔除
+    {controlType:[1,2],tagType:[1],notTagType:[8]},     //多列多选(杂音/初为)     notTagType为文字标签剔除
     {controlType:[1,2,6,7],tagType:[1,2],notTagType:[8]},  //多项统一横铺标签(血压)
     {controlType:[0,1,2,6,7],tagType:[1,2],notTagType:[8]},  //症状详细(症状尾巴)
     {controlType:[1,2],tagType:[1,2,3,4,10],notTagType:[8]}, //组合项标签(既往史)

+ 1 - 1
src/components/icss/PubTagPartDetail.vue

@@ -79,7 +79,7 @@
         <ul>
           <li v-for="i in 5" :key="i">
             <template v-for="item in poolDetailListTips[i]" v-show="poolDetailListTips[i].length > 0">
-              <p class="partDetail tipsWrap" :key="item.type">
+              <p class="partDetail tipsWrap" :key="item.type" >
                 <template v-for="section in currentTipLis">
                   <span v-if="item.type == section.val" :title="section.name" :key="section.val">{{section.name}}</span>         
                 </template>