Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fk-spider-web
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
周田
fk-spider-web
Commits
e584b822
Commit
e584b822
authored
Jan 19, 2026
by
周田
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yzh' into 'main'
修改状态监控页面,任务统计内的字段 See merge request
!27
parents
c27497e3
a6bdbd5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
taskCard.vue
src/views/os-status/components/taskCard.vue
+3
-3
No files found.
src/views/os-status/components/taskCard.vue
View file @
e584b822
...
...
@@ -47,14 +47,14 @@
<span
class=
"loading"
v-else
></span>
</div>
<div
class=
"wordStyle"
>
<span>
任务执行成功
统计(个):
</span>
<span>
ITU爬取成功数据
统计(个):
</span>
<span
class=
"total-num"
v-if=
"ituTaskSuccessNumber !== null"
>
{{
formatExactLargeNum
(
ituTaskSuccessNumber
)
??
"--"
}}
</span>
<span
class=
"loading"
v-else
></span>
</div>
<div
class=
"wordStyle"
>
<span>
任务执行失败
统计(个):
</span>
<span>
ITU爬取失败数据
统计(个):
</span>
<span
class=
"total-num"
v-if=
"ituTaskFailNumber !== null"
>
{{
formatExactLargeNum
(
ituTaskFailNumber
)
??
"--"
}}
</span>
...
...
@@ -208,7 +208,7 @@ const goToESATaskRecordPage = () => {
// 获取任务统计数据的方法
const
getData
=
async
()
=>
{
const
res
=
await
getAllSpiderTaskStatistics
({});
const
stTask
=
await
getSpiderTaskList
({
spiders
:
"
api_spid
er"
});
const
stTask
=
await
getSpiderTaskList
({
spiders
:
"
itu_space_explor
er"
});
const
allTask
=
await
getAllTaskStatistics
();
dsnTotalTaskNumber
.
value
=
allTask
.
data
.
dsn_now
.
totalCount
;
...
...
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