Browse Source

解决高度塌陷问题

wyq 4 years ago
parent
commit
0f7eee7c06
1 changed files with 5 additions and 6 deletions
  1. 5 6
      src/components/knowledgeExtra/AddDiagBase.vue

+ 5 - 6
src/components/knowledgeExtra/AddDiagBase.vue

@@ -249,10 +249,9 @@
                     </el-form-item>
 
                     <div
-                      v-if="v.title == '医学标准术语'"
-                      v-show="items.basType == 1"
+                      v-if="v.title == '医学标准术语' && items.basType == 1"
                       class="box-2 box-o"
-                      :class="items.basType===3 || items.basType===4? 'tmall' : 'taobao'"
+                      :class="items.basType===3 || items.basType===4 || items.basType===5 || items.basType===6? 'tmall' : 'taobao'"
                     >
                       <el-form-item
                         v-if="items.basType==1 || items.basType==2 || items.basType==''"
@@ -278,6 +277,7 @@
                         >
                           <el-option
                             v-for="item in items.conceptList"
+                            :title="item.conceptName"
                             :key="item.conceptId"
                             :label="item.conceptName"
                             :value="item.conceptId"
@@ -286,10 +286,9 @@
                       </el-form-item>
                     </div>
                     <div
-                      v-if="v.title == '医学标准术语'"
-                      v-show="items.basType != 1"
+                      v-if="v.title == '医学标准术语' && items.basType != 1"
                       class="box-2 box-o"
-                      :class="items.basType===3 || items.basType===4? 'tmall' : 'taobao'"
+                      :class="items.basType===3 || items.basType===4 || items.basType===5 || items.basType===6? 'tmall' : 'taobao'"
                     >
                       <el-form-item
                         v-if="items.basType==1 || items.basType==2 || items.basType==''"