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
307a70d8
Commit
307a70d8
authored
Sep 26, 2025
by
yzh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:去掉综合数据跳转
parent
d1815aa7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dsnDataTab.vue
src/views/os-dataDisplay/components/dsnData/dsnDataTab.vue
+1
-1
qbDataMonitor.vue
src/views/os-status/components/qbDataMonitor.vue
+3
-3
No files found.
src/views/os-dataDisplay/components/dsnData/dsnDataTab.vue
View file @
307a70d8
...
...
@@ -38,7 +38,7 @@
</div>
<div
class=
"m-t-5"
/>
<div>
<el-table
:data=
"tableData"
style=
"width: 100%"
border
:row-style=
"
{ height: '4
7.5
px' }"
<el-table
:data=
"tableData"
style=
"width: 100%"
border
:row-style=
"
{ height: '4
6
px' }"
:header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }">
<!--
<el-table-column
type=
"selection"
width=
"40"
/>
-->
<el-table-column
property=
"number"
label=
"序号"
width=
"55"
type=
"index"
/>
...
...
src/views/os-status/components/qbDataMonitor.vue
View file @
307a70d8
<
template
>
<div
class=
"flex gap-10"
>
<span
class=
"textStyle"
>
QB数据管理
</span>
<div
class=
"dataCard"
@
click=
"goToAllDataPage"
>
<
!--
<
div
class=
"dataCard"
@
click=
"goToAllDataPage"
>
<div
class=
"titleStyle"
>
<span>
综合数据
</span>
</div>
<div
class=
"iconStyle"
/>
</div>
</div>
-->
<div
class=
"dataCard"
@
click=
"goToDSNDataPage"
>
<div
class=
"titleStyle"
>
<span>
DSN数据
</span>
...
...
@@ -123,7 +123,7 @@ const goToSTDataPage = () => {
background-repeat
:
no-repeat
;
//
background
:
#c6ebfc
;
//
border
:
1.5px
solid
rgb
(
193
,
188
,
188
);
width
:
2
60px
;
width
:
3
60px
;
height
:
100%
;
border-radius
:
5px
;
display
:
flex
;
...
...
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