Browse Source

字数限制

master
qushutong 6 years ago
parent
commit
7b5bd5e1ba
  1. 2
      src/views/modules/news/banner-add-or-update.vue
  2. 2
      src/views/modules/news/notice-add-or-update.vue

2
src/views/modules/news/banner-add-or-update.vue

@ -16,6 +16,8 @@
<el-form-item label="标题"
prop="title">
<el-input v-model="dataForm.title"
maxlength="50"
show-word-limit
placeholder="标题"></el-input>
</el-form-item>
<el-form-item label="所属街道"

2
src/views/modules/news/notice-add-or-update.vue

@ -46,6 +46,8 @@
<el-form-item label="通知标题"
prop="noticeTitle">
<el-input v-model="dataForm.noticeTitle"
maxlength="50"
show-word-limit
placeholder="通知标题"></el-input>
</el-form-item>
<el-form-item prop="noticeContent"

Loading…
Cancel
Save