Pārlūkot izejas kodu

诊断依据样式修改

wyq 4 gadi atpakaļ
vecāks
revīzija
4e1bff10d6

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 848 - 415
src/components/knowledgeExtra/AddDiagBase.vue


+ 3 - 1
src/components/knowledgeExtra/DiagBaseItem.vue

@@ -75,6 +75,7 @@
           <el-option v-for="item in dataTypes" :key="item.id" :label="item.name" :value="item.id"></el-option>
         </el-select>
       </el-form-item>
+      {{onlyNum}}
       <el-form-item
         class="min-margin"
         :key="6"
@@ -262,6 +263,7 @@ export default {
       console.log(val)
       //基础依据术语类型修改
       this.groupData.basLibType = val;
+      console.log((this.numTypes + ',').indexOf(val + ','))
       if ((this.numTypes + ',').indexOf(val + ',') > -1) {
         this.groupData.dataType = '1';
       } else {
@@ -269,7 +271,7 @@ export default {
       }
       this.clearConcept();
       this.clearNumText();
-      console.log(this.groupData)
+      console.log(this.groupData.dataType)
     },
     conceptChange(val) {
       console.log(this.groupData.basType)