Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
526d18f5
Commit
526d18f5
authored
Jun 17, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4931acd8
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
921 additions
and
1 deletion
+921
-1
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/owner/EnterpriseMonitoring.vue
+1
-1
MonitoringReportDetails.vue
dsk-operate-ui/src/views/owner/MonitoringReportDetails.vue
+920
-0
No files found.
dsk-operate-ui/src/views/owner/EnterpriseMonitoring.vue
View file @
526d18f5
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
<el-table-column
label=
"监控对象"
align=
"left"
prop=
"companyName"
>
<el-table-column
label=
"监控对象"
align=
"left"
prop=
"companyName"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.companyId"
>
<div
v-if=
"scope.row.companyId"
>
<router-link
:to=
"`/
monitoring
/MonitoringReportDetails/$
{scope.row.companyId}`" tag="a" class="a-link companyName">
{{
scope
.
row
.
companyName
}}
</router-link>
<router-link
:to=
"`/
owner
/MonitoringReportDetails/$
{scope.row.companyId}`" tag="a" class="a-link companyName">
{{
scope
.
row
.
companyName
}}
</router-link>
</div>
</div>
<div
v-else
>
{{
scope
.
row
.
companyName
}}
</div>
<div
v-else
>
{{
scope
.
row
.
companyName
}}
</div>
</
template
>
</
template
>
...
...
dsk-operate-ui/src/views/owner/MonitoringReportDetails.vue
0 → 100644
View file @
526d18f5
This diff is collapsed.
Click to expand it.
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