This commit is contained in:
花有清香月有阴
2022-01-12 18:25:17 +08:00
parent 1fd3bb8ee0
commit b1271700c6

View File

@@ -84,7 +84,7 @@
<u-popup v-model="show" mode="bottom">
<div class="textarea">
<u-input v-model="value" type="textarea" :height="120" :auto-height="true" placeholder="异常情况记录" :clearable="false" />
<u-input v-model="value" type="textarea" :height="120" :auto-height="true" placeholder="异常情况记录" :clearable="false" maxlength="1000" />
<p>字数{{ value.length }}/1000</p>
</div>
<div class="btn">