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"> style="display: block">
<el-input class="item_width_1" <el-input class="item_width_1"
type="textarea" type="textarea"
maxlength="1000" maxlength="500"
show-word-limit show-word-limit
:rows="3" :rows="3"
placeholder="请输入日程介绍,不超过1000字" placeholder="请输入日程介绍,不超过500字"
v-model="scFormData.remark"></el-input> v-model="scFormData.remark"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>

Loading…
Cancel
Save