Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
C
crsf-ptvue
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
wuhan
crsf-ptvue
Commits
2de15695
Commit
2de15695
authored
Nov 12, 2021
by
coffee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
a2c51761
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
18 deletions
+38
-18
query-detail.vue
src/pages/monitor/point/query-detail.vue
+10
-2
no-query-detail.vue
src/pages/ol/demo/no-query-detail.vue
+5
-1
query-detail.vue
src/pages/ol/demo/query-detail.vue
+10
-2
index.vue
src/pages/sys/region/index.vue
+13
-13
No files found.
src/pages/monitor/point/query-detail.vue
View file @
2de15695
...
@@ -74,7 +74,11 @@
...
@@ -74,7 +74,11 @@
<div class='info-title'>资源点信息</div>
<div class='info-title'>资源点信息</div>
<div class='info-form'>
<div class='info-form'>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">线路站点 : <span>
{{
dataForm
.
lineStation
}}
</span></p>
<p class="leftP">线路站点 :
<el-tooltip :content="dataForm.lineStation" placement="top">
<span>
{{
dataForm
.
lineStation
}}
</span>
</el-tooltip>
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">资源点名称 :
{{
dataForm
.
name
}}
</p>
<p class="leftP">资源点名称 :
{{
dataForm
.
name
}}
</p>
...
@@ -86,7 +90,11 @@
...
@@ -86,7 +90,11 @@
<p class="leftP">资源点编码 :
{{
dataForm
.
code
}}
</p>
<p class="leftP">资源点编码 :
{{
dataForm
.
code
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">部署位置 :
{{
dataForm
.
deployLocation
}}
</p>
<p class="leftP">部署位置 :
<el-tooltip :content="dataForm.deployLocation" placement="top">
<font>
{{
dataForm
.
deployLocation
}}
</font>
</el-tooltip>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/ol/demo/no-query-detail.vue
View file @
2de15695
...
@@ -101,7 +101,11 @@
...
@@ -101,7 +101,11 @@
<p class="leftP">资源点状态 :
{{
dataForm
.
status
==
1
?
'正常'
:
'异常'
}}
</p>
<p class="leftP">资源点状态 :
{{
dataForm
.
status
==
1
?
'正常'
:
'异常'
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">部署位置 :
{{
dataForm
.
deployLocation
}}
</p>
<p class="leftP">部署位置 :
<el-tooltip :content="dataForm.deployLocation" placement="top">
<font>
{{
dataForm
.
deployLocation
}}
</font>
</el-tooltip>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/ol/demo/query-detail.vue
View file @
2de15695
...
@@ -74,7 +74,11 @@
...
@@ -74,7 +74,11 @@
<div class='info-title'>监控点信息</div>
<div class='info-title'>监控点信息</div>
<div class='info-form'>
<div class='info-form'>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">线路站点 : <span>
{{
dataForm
.
lineStation
}}
</span></p>
<p class="leftP">线路站点 :
<el-tooltip :content="dataForm.lineStation" placement="top">
<span>
{{
dataForm
.
lineStation
}}
</span>
</el-tooltip>
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">资源点名称 :
{{
dataForm
.
name
}}
</p>
<p class="leftP">资源点名称 :
{{
dataForm
.
name
}}
</p>
...
@@ -89,7 +93,11 @@
...
@@ -89,7 +93,11 @@
<p class="leftP">资源点状态 :
{{
dataForm
.
status
==
1
?
'正常'
:
'异常'
}}
</p>
<p class="leftP">资源点状态 :
{{
dataForm
.
status
==
1
?
'正常'
:
'异常'
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">部署位置 :
{{
dataForm
.
deployLocation
}}
</p>
<p class="leftP">部署位置 :
<el-tooltip :content="dataForm.deployLocation" placement="top">
<font>
{{
dataForm
.
deployLocation
}}
</font>
</el-tooltip>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/sys/region/index.vue
View file @
2de15695
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
el-container.sys_region( :style="{height:currentHeight-65+'px'}")
el-container.sys_region( :style="{height:currentHeight-65+'px'}")
el-aside(width="333px" v-loading="leftLoading" style="z-index:1000;box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.2);")
el-aside(width="333px" v-loading="leftLoading" style="z-index:1000;box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.2);")
div.tree_warp
div.title_warp
div.title_warp
//- span.title-bold(style='padding-right:150px;margin-left:20px;z-index:1001;') 防区列表
//- span.title-bold(style='padding-right:150px;margin-left:20px;z-index:1001;') 防区列表
span.title-bold(style='margin-left:20px;z-index:1001;') 防区列表
span.title-bold(style='margin-left:20px;z-index:1001;') 防区列表
el-button(type='primary' size='mini' icon='el-icon-plus' @click="addregion" style='float:right;margin:7px 20px;' v-if="isAuth('sys:region:add')" ) 新增
el-button(type='primary' size='mini' icon='el-icon-plus' @click="addregion" style='float:right;margin:7px 20px;' v-if="isAuth('sys:region:add')" ) 新增
div.tree_warp(style='height:calc(100vh - 385px);overflow:auto;')
div.tree_content(v-loading='leftLoading' v-for="(item, index) in leftListData" @click="leftListRowClick(item,index)" :class="{'isActive': item.on}")
div.tree_content(v-loading='leftLoading' v-for="(item, index) in leftListData" @click="leftListRowClick(item,index)" :class="{'isActive': item.on}")
el-tooltip(v-if="(item.tierName +'-' + item.name).replace(/[\u0391-\uFFE5]/g,'aa').length>27" :content="item.tierName +'-' + item.name" effect="light" placement="top")
el-tooltip(v-if="(item.tierName +'-' + item.name).replace(/[\u0391-\uFFE5]/g,'aa').length>27" :content="item.tierName +'-' + item.name" effect="light" placement="top")
div.role_name
{{
(
item
.
tierName
+
'-'
+
item
.
name
)
|
ellipsis
}}
div.role_name
{{
(
item
.
tierName
+
'-'
+
item
.
name
)
|
ellipsis
}}
...
@@ -1089,6 +1089,13 @@ export default {
...
@@ -1089,6 +1089,13 @@ export default {
background
:
#35aff8
;
background
:
#35aff8
;
opacity
:
0
.5
;
opacity
:
0
.5
;
}
}
.title_warp
{
width
:
100%
;
height
:
42px
;
line-height
:
42px
;
background
:
#eef8ff
;
color
:
#333333
;
}
.tree_warp
{
.tree_warp
{
width
:
100%
;
width
:
100%
;
// overflow: auto;
// overflow: auto;
...
@@ -1098,14 +1105,6 @@ export default {
...
@@ -1098,14 +1105,6 @@ export default {
/*border-right: 1px solid rgba(195, 195, 195, 1);*/
/*border-right: 1px solid rgba(195, 195, 195, 1);*/
/*box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.2);*/
/*box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.2);*/
/*box-shadow: 2px 0 8px 0 red;*/
/*box-shadow: 2px 0 8px 0 red;*/
.title_warp
{
width
:
100%
;
height
:
42px
;
line-height
:
42px
;
background
:
#eef8ff
;
color
:
#333333
;
}
.tree_content
:hover
{
.tree_content
:hover
{
cursor
:pointer
cursor
:pointer
}
}
...
@@ -1131,6 +1130,7 @@ export default {
...
@@ -1131,6 +1130,7 @@ export default {
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
51
,
51
,
51
,
1
);
color
:
rgba
(
51
,
51
,
51
,
1
);
display
:
inline-block
;
display
:
inline-block
;
white-space
:
nowrap
;
}
}
}
}
}
}
...
...
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