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
a543c7ec
Commit
a543c7ec
authored
Mar 28, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日期格式化
parent
ecc2a2e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
holiday-manage.vue
src/views/activity/holiday-manage.vue
+3
-1
No files found.
src/views/activity/holiday-manage.vue
View file @
a543c7ec
...
...
@@ -46,6 +46,8 @@
<
script
>
import
fetch
from
'@/api/operation.js'
;
import
util
from
'@/filters/index.js'
;
const
{
formatDate2
}
=
util
;
const
{
getPageHolidays
,
delHoliday
,
getHolidayCategoryList
}
=
fetch
;
import
holidayCategoryDialog
from
'./component/holiday-category-dialog.vue'
;
...
...
@@ -127,7 +129,7 @@ export default {
}
},
filters
:
{
formatDate
:
({
createTime
=
''
})
=>
this
.
$options
.
filters
.
formatDate
(
createTime
)
,
formatDate
:
formatDate2
,
filterFee
(
value
)
{
if
(
value
===
null
||
value
===
undefined
)
{
return
'--'
;
...
...
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