Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
Overview
Overview
Details
Activity
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
gic-web
marketing-opeartion
Commits
71d98686
Commit
71d98686
authored
Mar 16, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
1dc38556
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/activity/index.vue
+6
-6
No files found.
src/views/activity/index.vue
View file @
71d98686
...
...
@@ -77,12 +77,12 @@ export default {
methods
:
{
getTableHeader
()
{
this
.
tableHeader
=
[
{
label
:
'活动分类'
,
prop
:
'activityCategoryId'
,
formatter
:
({
activityCategoryId
=
''
})
=>
(
this
.
categoryFilter
[
activityCategoryId
]
?
this
.
categoryFilter
[
activityCategoryId
]
:
'--'
)
},
{
label
:
'活动名称'
,
prop
:
'activityName'
,
},
{
label
:
'活动说明'
,
prop
:
'activityExplain'
,
'min-width'
:
'2
0
0'
},
{
label
:
'标签文案'
,
prop
:
'activityRemark'
,
},
{
label
:
'排序号'
,
prop
:
'activitySort'
,
},
{
label
:
'活动图片'
,
prop
:
'activityImage'
,
isImage
:
true
},
{
label
:
'活动分类'
,
prop
:
'activityCategoryId'
,
'min-width'
:
'100'
,
formatter
:
({
activityCategoryId
=
''
})
=>
(
this
.
categoryFilter
[
activityCategoryId
]
?
this
.
categoryFilter
[
activityCategoryId
]
:
'--'
)
},
{
label
:
'活动名称'
,
prop
:
'activityName'
,
'min-width'
:
'100'
},
{
label
:
'活动说明'
,
prop
:
'activityExplain'
,
'min-width'
:
'2
2
0'
},
{
label
:
'标签文案'
,
prop
:
'activityRemark'
,
'min-width'
:
'100'
},
{
label
:
'排序号'
,
prop
:
'activitySort'
,
'min-width'
:
'100'
},
{
label
:
'活动图片'
,
prop
:
'activityImage'
,
'min-width'
:
'100'
,
isImage
:
true
},
{
label
:
'添加时间'
,
prop
:
'createTime'
,
'width'
:
'180'
,
formatter
:
({
createTime
=
''
})
=>
this
.
$options
.
filters
.
formatDate
(
createTime
)
},
...
...
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