소스 검색

Merge branch 'groupType' into test

luolei 5 년 전
부모
커밋
cf5941b48c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/api/config.js
  2. 1 1
      src/components/icss/PubIndeptTag.vue

+ 1 - 1
src/api/config.js

@@ -291,7 +291,7 @@ export default {
   groupParams:[
     {controlType:[0,1,2],tagType:[1]},     //多列多选(杂音/初为)     notTagType为文字标签剔除
     {controlType:[0,1,2,5,6,7],tagType:[1]},  //多项统一横铺标签(血压)
-    {controlType:[0,1,2,5,6,7,11],tagType:[1,2,3]},  //症状详细(症状尾巴)
+    {controlType:[0,1,2,5,6,7,8,11],tagType:[1,2,3]},  //症状详细(症状尾巴)
     {controlType:[0,1,2],tagType:[1,4]}, //组合项标签(既往史)
     {controlType:[0,1,6],tagType:[1]},    //化验组合
     {controlType:[0,1,2,99],tagType:[1]},   //症状推送类型(添加症状)

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

@@ -168,7 +168,7 @@
                     label="标签前后缀:"
                     class="fix-inp"
                     prop="region12"
-                    v-if="form.region2==5 ||form.region2==6 || form.region2==7 "
+                    v-if="form.region2==5 ||form.region2==6 || form.region2==7 || form.region2==8"
             >
                 <el-col :span="10">
                 <el-input v-model="form.prefix"