Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
257ad9f7
authored
May 29, 2023
by
lour6498
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 公告内容不能为空
parent
47f20e6d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/system/notice/NoticeForm.vue
+1
-1
No files found.
src/views/system/notice/NoticeForm.vue
View file @
257ad9f7
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<el-input
v-model=
"formData.title"
placeholder=
"请输入公告标题"
/>
<el-input
v-model=
"formData.title"
placeholder=
"请输入公告标题"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"公告内容"
prop=
"content"
>
<el-form-item
label=
"公告内容"
prop=
"content"
>
<Editor
:model-value
=
"formData.content"
height=
"150px"
/>
<Editor
v-model
=
"formData.content"
height=
"150px"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"公告类型"
prop=
"type"
>
<el-form-item
label=
"公告类型"
prop=
"type"
>
<el-select
v-model=
"formData.type"
clearable
placeholder=
"请选择公告类型"
>
<el-select
v-model=
"formData.type"
clearable
placeholder=
"请选择公告类型"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment