Browse Source

限制

feature
zxc 3 years ago
parent
commit
6a69a632cd
  1. 4
      src/views/modules/communityParty/orgActivity/activivityList/scheduleForm.vue

4
src/views/modules/communityParty/orgActivity/activivityList/scheduleForm.vue

@ -50,10 +50,10 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:rows="3"
placeholder="请输入日程介绍,不超过1000字"
placeholder="请输入日程介绍,不超过500字"
v-model="formData.remark"></el-input>
</el-form-item>

Loading…
Cancel
Save