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
84049cb8
Commit
84049cb8
authored
Mar 29, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最小宽度
parent
2f9d7d25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
holiday-manage.vue
src/views/activity/holiday-manage.vue
+5
-5
No files found.
src/views/activity/holiday-manage.vue
View file @
84049cb8
...
...
@@ -15,12 +15,12 @@
</el-row>
<el-table
:data=
"list"
style=
"margin-top: 20px"
v-loading=
"loading"
>
<el-table-column
label=
"节日分类"
width=
"200px"
prop=
"categoryName"
>
</el-table-column>
<el-table-column
label=
"节日名称"
width=
"200px"
prop=
"name"
>
</el-table-column>
<el-table-column
label=
"节日日期"
width=
"200px"
prop=
"holidaysDate"
>
</el-table-column>
<el-table-column
label=
"排序号"
width=
"200px"
prop=
"sort"
>
</el-table-column>
<el-table-column
label=
"节日分类"
min-
width=
"200px"
prop=
"categoryName"
>
</el-table-column>
<el-table-column
label=
"节日名称"
min-
width=
"200px"
prop=
"name"
>
</el-table-column>
<el-table-column
label=
"节日日期"
min-
width=
"200px"
prop=
"holidaysDate"
>
</el-table-column>
<el-table-column
label=
"排序号"
min-
width=
"200px"
prop=
"sort"
>
</el-table-column>
<el-table-column
label=
"添加时间"
width=
"220px"
>
<el-table-column
label=
"添加时间"
min-
width=
"220px"
>
<template
slot-scope=
"
{ row }">
{{
row
.
updateTime
|
formatDate
}}
</
template
>
...
...
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