Commit 572d85d2fe1629284f18f2f0e0917368c3920f76
1 parent
697dc8ce
debug text
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/notify/edit.vue
| @@ -182,7 +182,7 @@ onMounted(() => { | @@ -182,7 +182,7 @@ onMounted(() => { | ||
| 182 | <el-input | 182 | <el-input |
| 183 | type="textarea" | 183 | type="textarea" |
| 184 | v-model.trim="form.data.content" | 184 | v-model.trim="form.data.content" |
| 185 | - placeholder="富文本组件整理中,后续会替换,先用文本框走流程" | 185 | + placeholder="请填写公告内容" |
| 186 | maxlength="1500" | 186 | maxlength="1500" |
| 187 | show-word-limit | 187 | show-word-limit |
| 188 | /> | 188 | /> |