Browse Source

限制

feature
zxc 3 years ago
parent
commit
dbe7aa681e
  1. 4
      src/views/modules/communityParty/orgActivity/activivityList/scheduleList.vue

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

@ -238,10 +238,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="scFormData.remark"></el-input>
</el-form-item>
</el-form>

Loading…
Cancel
Save