修改
This commit is contained in:
parent
3951bffdfe
commit
a0564657ee
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user