Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
43d97e64
Commit
43d97e64
authored
Feb 01, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计划管理计划日期格式化
parent
a6fec40d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
workManager.vue
src/components/work/workManager.vue
+2
-0
No files found.
src/components/work/workManager.vue
View file @
43d97e64
...
...
@@ -69,6 +69,7 @@
<em>
计划日期
</em>
<el-date-picker
v-model=
"msg.timeRange"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
...
...
@@ -290,6 +291,7 @@ export default {
getList
()
{
//获取数据
this
.
loading
=
true
;
console
.
log
(
this
.
msg
.
timeRange
)
if
(
this
.
msg
.
timeRange
&&
this
.
msg
.
timeRange
.
length
==
2
){
this
.
msg
.
bt
=
this
.
msg
.
timeRange
[
0
];
this
.
msg
.
et
=
this
.
msg
.
timeRange
[
1
];
...
...
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