修改
This commit is contained in:
parent
3951bffdfe
commit
a0564657ee
@ -61,7 +61,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="input">
|
<view class="input">
|
||||||
<input v-model="formdata.problemDescription" class="uinput noimageuinput" placeholder="不多于五个字"
|
<input v-model="formdata.problemDescription" class="uinput noimageuinput" placeholder="不多于五个字"
|
||||||
type="text" placeholder-class="phsy" />
|
type="text" placeholder-class="phsy" :maxlength="5" />
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
患者个体情况说明
|
患者个体情况说明
|
||||||
@ -248,4 +248,4 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './createnewconsultation.scss';
|
@import './createnewconsultation.scss';
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user