Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
托
托幼费报销
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JAVA
托幼费报销
Merge requests
!91
选择日期的范围
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
选择日期的范围
feature/ygl
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
岳桂玲
requested to merge
feature/ygl
into
develop
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
9ed14009
2 commits,
1 year ago
2 files
+
11
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
MobileWebSite/src/views/details-of-childcare-fees/components/mobile.vue
+
2
−
2
Options
@@ -503,8 +503,8 @@ export default {
},
],
currentDate
:
new
Date
(),
minDate
:
new
Date
(
2020
,
0
,
1
),
maxDate
:
new
Date
(
2055
,
11
,
1
),
minDate
:
new
Date
(
`
${
new
Date
().
getFullYear
()
-
10
}
`
,
0
,
1
),
maxDate
:
new
Date
(
`
${
new
Date
().
getFullYear
()}
`
,
11
,
3
1
),
showImgList
:
[],
type
:
''
,
//true:查看 false:申请
standard
:
''
,