Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT-monitor
Project
Project
Details
Activity
Releases
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
张伯涛
IT-monitor
Commits
8fce3767
Commit
8fce3767
authored
May 24, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8fe25c01
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
logicalGroup.vue
src/views/IntegratedMonitor/viewExhibition/logicalGroup.vue
+1
-0
warningSetup.vue
src/views/IntegratedMonitor/warning/warningSetup.vue
+1
-1
assetList.vue
src/views/assetManagement/assetList.vue
+3
-2
No files found.
src/views/IntegratedMonitor/viewExhibition/logicalGroup.vue
View file @
8fce3767
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
</div>
</div>
<el-divider
/>
<el-divider
/>
<div
class=
"logicalBody"
>
<div
class=
"logicalBody"
>
<div
style=
"font-weight: bold;padding: 0 10px 10px 5px"
>
设备管理列表
</div>
<el-table
<el-table
:data=
"dataList"
:data=
"dataList"
border
border
...
...
src/views/IntegratedMonitor/warning/warningSetup.vue
View file @
8fce3767
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</div>
</div>
<el-divider
/>
<el-divider
/>
<div
class=
"warnBody"
>
<div
class=
"warnBody"
>
<span
style=
"font-
size:24px
;margin-right: 10px "
>
告警设置
</span>
<span
style=
"font-
weight: bold
;margin-right: 10px "
>
告警设置
</span>
<el-link
type=
"primary"
@
click=
"addWarn"
>
新增告警
</el-link>
<el-link
type=
"primary"
@
click=
"addWarn"
>
新增告警
</el-link>
<el-table
<el-table
:data=
"tableData"
:data=
"tableData"
...
...
src/views/assetManagement/assetList.vue
View file @
8fce3767
<
template
>
<
template
>
<div
id=
"container_max"
class=
"assetListMoudle"
>
<div
id=
"container_max"
class=
"assetListMoudle"
>
<div
class=
"assetListHead"
>
<div
class=
"assetListHead"
>
<div
class=
"assetListTitle"
>
资产清单
</div
>
<!--
<div
class=
"assetListTitle"
>
资产清单
</div>
--
>
<div
class=
"warnBtns"
>
<div
class=
"warnBtns"
>
<el-button
type=
"primary"
@
click=
"addAsset"
>
新增
</el-button>
<el-button
type=
"primary"
@
click=
"addAsset"
>
新增
</el-button>
<el-button
type=
"primary"
@
click=
"deleteRow"
>
删除
</el-button>
<el-button
type=
"primary"
@
click=
"deleteRow"
>
删除
</el-button>
...
@@ -42,10 +42,11 @@
...
@@ -42,10 +42,11 @@
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"18"
>
<el-col
:span=
"18"
>
<div
style=
"font-weight: bold;padding: 10px 10px 0 5px"
>
资产清单列表
</div>
<el-table
<el-table
:data=
"tableData"
:data=
"tableData"
border
border
style=
"width: 100%;padding-top:
2
0px"
style=
"width: 100%;padding-top:
1
0px"
>
>
<el-table-column
label=
"资产名称"
prop=
"name"
show-overflow-tooltip
>
<el-table-column
label=
"资产名称"
prop=
"name"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"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