Browse Source

改文字

luolei 5 years ago
parent
commit
adb3b60e89
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/diagBase/AddDiagBase.vue

+ 2 - 1
src/components/diagBase/AddDiagBase.vue

@@ -28,7 +28,7 @@
         </el-form>
         <div class="symptomList">
             <p class="moduleTitle">疾病特征:</p>
-            <p class="inpTips">序号输入规则“序号+.”后可输入的范围1~99;标准词只能有一个词;化验类型关联只能出现一个词,其他类型可以输入多个词;化验类型可输入结果列,其他类型不可输入</p>
+            <p class="inpTips">序号输入规则“序号+.”后可输入的范围0~99;标准词只能有一个词;化验类型关联只能出现一个词,其他类型可以输入多个词;化验类型可输入结果列,其他类型不可输入</p>
             <table class="diagTable">
                 <tr class="tableTitle">
                     <td class="FeatureSort">排序</td> 
@@ -395,6 +395,7 @@
                     const regex2 = new RegExp(`(?<=\\D|\\s?)${disFeatureList[i].code}(?=\\D|\\s?)`)
                     //  const regex2 = new RegExp(`、\\s*、{1,}`) 
                     //  const regex2 = new RegExp(`([^0-9]|\\s{0,1})${disFeatureList[i].code}([^0-9]|\\s{0,1})`)
+                    console.log(disFormulaList)
                     let hasError = disFormulaList.find(item => {return regex2.test(item.formula)})
                     if(hasError) {
                         if(!disFeatureList[i].relation) {