Browse Source

增加上限长度

lighter 2 years ago
parent
commit
3888fcded3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/clinic/DoctorInfoManagement.vue

+ 2 - 2
src/views/clinic/DoctorInfoManagement.vue

@@ -109,12 +109,12 @@
           <div style="height: max-content; margin-top: 15px">
             <span class="require">*</span>
             医生擅长:
-            <el-input class="w350" style="font-size: 13px" type="textarea" rows="3" maxlength="50" show-word-limit v-model="doctor.specialty"></el-input>
+            <el-input class="w350" style="font-size: 13px" type="textarea" rows="3" maxlength="100" show-word-limit v-model="doctor.specialty"></el-input>
           </div>
           <div style="height: max-content; margin-top: 15px">
             <span>&nbsp;&nbsp;</span>
             医生介绍:
-            <el-input class="w350" style="font-size: 13px" type="textarea" rows="7" maxlength="150" show-word-limit v-model="doctor.introduction"></el-input>
+            <el-input class="w350" style="font-size: 13px" type="textarea" rows="7" maxlength="300" show-word-limit v-model="doctor.introduction"></el-input>
           </div>
           <div style="margin-top: 15px">
             <span>&nbsp;&nbsp;</span>