This commit is contained in:
2023-10-24 09:47:58 +08:00
parent 3951bffdfe
commit a0564657ee

View File

@ -61,7 +61,7 @@
</view>
<view class="input">
<input v-model="formdata.problemDescription" class="uinput noimageuinput" placeholder="不多于五个字"
type="text" placeholder-class="phsy" />
type="text" placeholder-class="phsy" :maxlength="5" />
</view>
<view class="text">
患者个体情况说明
@ -248,4 +248,4 @@
<style lang="scss">
@import './createnewconsultation.scss';
</style>
</style>