Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
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
pangchong
mocp-uniapp
Commits
4cfb8075
Commit
4cfb8075
authored
Nov 13, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改跟机时间
parent
3de1f759
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
src/pages/modules/mocp/panel/supported-task/components/supportedTaskItem.vue
+0
-2
src/pages/modules/mocp/panel/supported-task/list.vue
+3
-3
No files found.
src/pages/modules/mocp/panel/supported-task/components/supportedTaskItem.vue
View file @
4cfb8075
...
@@ -22,9 +22,7 @@
...
@@ -22,9 +22,7 @@
<
/template
>
<
/template
>
<
script
setup
>
<
script
setup
>
import
{
ref
}
from
'vue'
import
{
timeStampFormat
}
from
'mocp/utils/tool'
import
{
timeStampFormat
}
from
'mocp/utils/tool'
import
{
followAcTagAll
}
from
'mocp/utils/getFlightList'
const
ps
=
defineProps
({
const
ps
=
defineProps
({
item
:
{
item
:
{
...
...
src/pages/modules/mocp/panel/supported-task/list.vue
View file @
4cfb8075
...
@@ -63,10 +63,10 @@ const tabList = [
...
@@ -63,10 +63,10 @@ const tabList = [
api
:
userTasksApi
api
:
userTasksApi
},
},
{
{
name
:
'
历史跟机任务
'
,
name
:
'
近三个月跟机历史
'
,
params
:
{
params
:
{
startT
:
Day
().
subtract
(
33
,
'day
'
).
hour
(
5
).
minute
(
0
).
second
(
0
).
valueOf
(),
startT
:
Day
().
add
(
1
,
'day'
).
subtract
(
3
,
'month
'
).
hour
(
5
).
minute
(
0
).
second
(
0
).
valueOf
(),
stopT
:
Day
().
subtract
(
2
,
'day'
).
hour
(
4
).
minute
(
59
).
second
(
59
).
valueOf
()
stopT
:
Day
().
add
(
1
,
'day'
).
hour
(
4
).
minute
(
59
).
second
(
59
).
valueOf
()
},
},
api
:
userTasksApi
api
:
userTasksApi
}
}
...
...
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