|
@@ -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> </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> </span>
|