Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
cust_web
Commits
ce7bee91
Commit
ce7bee91
authored
Feb 28, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
496a8ae1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
src/views/contentManagement/activity/info/index.vue
+6
-3
No files found.
src/views/contentManagement/activity/info/index.vue
View file @
ce7bee91
...
@@ -290,7 +290,11 @@
...
@@ -290,7 +290,11 @@
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"活动封面:"
prop=
"pictureId"
>
<el-form-item
label=
"活动封面:"
prop=
"pictureId"
:rules=
"{ required: !(controls.isOperation === '3'), message: '请上传图片', trigger: 'blur' }"
>
<el-upload
<el-upload
ref=
"upload"
ref=
"upload"
accept=
".png,.jpg,.jpeg,.PNG,.JPG,.JPEG"
accept=
".png,.jpg,.jpeg,.PNG,.JPG,.JPEG"
...
@@ -406,7 +410,7 @@ export default {
...
@@ -406,7 +410,7 @@ export default {
isApplication
:
null
,
isApplication
:
null
,
publishDate
:
null
,
publishDate
:
null
,
publishStatus
:
null
,
publishStatus
:
null
,
flag
:
null
,
flag
:
undefined
,
startTime
:
null
,
startTime
:
null
,
endTime
:
null
,
endTime
:
null
,
weight
:
null
,
weight
:
null
,
...
@@ -518,7 +522,6 @@ export default {
...
@@ -518,7 +522,6 @@ export default {
this
.
form
.
isAuthentication
=
0
this
.
form
.
isAuthentication
=
0
this
.
form
.
isApplication
=
0
this
.
form
.
isApplication
=
0
this
.
form
.
isNeedMember
=
0
this
.
form
.
isNeedMember
=
0
this
.
form
.
flag
=
'0'
}
}
},
},
queryRules
()
{
queryRules
()
{
...
...
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