@@ -174,7 +174,7 @@
</div>
<div class="z-info-btm-input">
- <el-input type="textarea" v-model="eventLog" :autosize="{ minRows: 7, maxRows: 7}"
+ <el-input type="textarea" v-model="eventLog" :autosize="{ minRows: 7, maxRows: 7}" :maxlength="500"
placeholder="请输入反馈信息">
</el-input>
<div class="z-info-btm-input-btn" v-if="eventStatusValue=='forest_event_status_1'">
@@ -163,7 +163,7 @@