Sign in
cnlive_project
/
cnlive-community-web-vue
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
572d85d2fe1629284f18f2f0e0917368c3920f76
Authored by
杨泽宇
2022-01-17 15:57:29 +0800
1 parent
697dc8ce
debug text
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/notify/edit.vue
src/views/notify/edit.vue
View file @
572d85d
...
...
@@ -182,7 +182,7 @@ onMounted(() => {
182
182
<el-input
183
183
type="textarea"
184
184
v-model.trim="form.data.content"
185
- placeholder="
富文本组件整理中,后续会替换,先用文本框走流程
"
185
+ placeholder="
请填写公告内容
"
186
186
maxlength="1500"
187
187
show-word-limit
188
188
/>
...
...