xiezhiming 3 years atrás
parent
commit
5f572d5500
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/basicKnow/AddTerm.vue

+ 4 - 4
src/components/basicKnow/AddTerm.vue

@@ -31,7 +31,7 @@
                 type="text"
                 v-model.trim="data.libName"
                 placeholder="请输入术语"
-                maxlength="50"
+                maxlength="70"
                 @blur="handleBlur(1)"
               />
               <SimilarListDrag
@@ -108,7 +108,7 @@
                   v-model.trim="item.libName"
                   :title="item.name"
                   placeholder="请输入术语"
-                  maxlength="50"
+                  maxlength="70"
                   @blur="handleBlur(2,index,99)"
                 />
                 <SimilarListDrag
@@ -531,8 +531,8 @@
             >
               <el-row>
                 <el-col :span="5"><el-input @blur='handleBlurGuo' v-model.trim="klDiseaseVO.guoname" maxlength="70" placeholder="请输入名称"></el-input></el-col>
-                <el-col :span="5"><el-input v-model.trim="klDiseaseVO.guospell" maxlength="70" placeholder="请输入拼音"></el-input></el-col>
-                <el-col :span="5"><el-input v-model.trim="klDiseaseVO.guocode" maxlength="70" placeholder="请输入编码"></el-input></el-col>
+                <el-col :span="5"><el-input v-model.trim="klDiseaseVO.guospell" maxlength="30" placeholder="请输入拼音"></el-input></el-col>
+                <el-col :span="5"><el-input v-model.trim="klDiseaseVO.guocode" maxlength="30" placeholder="请输入编码"></el-input></el-col>
               </el-row>
             </el-form-item>
             <el-form-item