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
e0aa8c3b
Commit
e0aa8c3b
authored
Apr 01, 2026
by
yzh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:导出数据接口增加不限时,调整了爬虫管理表格尺寸
parent
da0eda5d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
index.vue
src/components/Export/index.vue
+3
-1
ituDataTab.vue
src/views/os-dataDisplay/components/ituDataTab.vue
+3
-3
index.vue
src/views/os-spiderManager/index.vue
+1
-1
No files found.
src/components/Export/index.vue
View file @
e0aa8c3b
...
...
@@ -112,7 +112,7 @@ const handleExport = async () => {
const
loading
=
ElLoading
.
service
({
lock
:
true
,
text
:
"正在导出文件..."
,
text
:
"正在导出文件
(时间较长请耐心等待)
..."
,
background
:
"rgba(0, 0, 0, 0.7)"
,
});
...
...
@@ -129,6 +129,8 @@ const handleExport = async () => {
headers
:
{
Token
:
localStorage
.
getItem
(
"Admin-Token"
)
||
""
,
},
// 不限制HTTP超时时间
timeout
:
0
,
}
);
...
...
src/views/os-dataDisplay/components/ituDataTab.vue
View file @
e0aa8c3b
...
...
@@ -36,7 +36,7 @@
:header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }" v-loading="tableLoading"
element-loading-background="rgba(48, 65, 86, 0.7)">
<!--
<el-table-column
type=
"selection"
width=
"40"
/>
-->
<el-table-column
property=
"number"
label=
"序号"
width=
"5
5
"
type=
"index"
/>
<el-table-column
property=
"number"
label=
"序号"
width=
"5
3
"
type=
"index"
/>
<el-table-column
property=
"item.ntc_id"
label=
"SNS Notice ID"
show-overflow-tooltip
/>
<el-table-column
min-width=
"100"
property=
"identity.adm_name_e"
label=
"主管部门"
show-overflow-tooltip
/>
<el-table-column
property=
"identity.sat_name"
label=
"目标名称"
show-overflow-tooltip
/>
...
...
@@ -69,8 +69,8 @@
</
template
>
</el-table-column>
<el-table-column
min-width=
"100"
property=
"regulatory_status.f_biu_grps"
label=
"是否确认使用"
show-overflow-tooltip
/>
<
el-table-column
property=
"regulatory_status.resumption_list"
width=
"140"
label=
"是否暂停使用"
show-overflow-tooltip
/
>
<el-table-column
width=
"1
8
0"
property=
"crawl_time"
label=
"采集时间"
show-overflow-tooltip
/>
<
!-- <el-table-column property="regulatory_status.resumption_list" width="140" label="是否暂停使用" show-overflow-tooltip /> --
>
<el-table-column
width=
"1
6
0"
property=
"crawl_time"
label=
"采集时间"
show-overflow-tooltip
/>
<el-table-column
label=
"操作"
width=
"60"
>
<
template
#
default=
"scope"
>
<el-button
type=
"primary"
plain
link
@
click=
"handleDetails(scope.row)"
>
详情
</el-button>
...
...
src/views/os-spiderManager/index.vue
View file @
e0aa8c3b
...
...
@@ -10,7 +10,7 @@
<!-- 表头配置 -->
<el-table-column
property=
"number"
label=
"序号"
type=
"index"
width=
"80"
/>
<el-table-column
property=
"spider"
label=
"爬虫代号"
show-overflow-tooltip
/>
<el-table-column
property=
"spider_name"
label=
"爬虫名称"
show-overflow-tooltip
/>
<el-table-column
min-width=
"100"
property=
"spider_name"
label=
"爬虫名称"
show-overflow-tooltip
/>
<el-table-column
min-width=
"200"
property=
"spider_info"
label=
"任务描述"
show-overflow-tooltip
/>
<el-table-column
label=
"操作"
>
<template
#
default=
"scope"
>
...
...
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