26698
This commit is contained in:
		| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user