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
a70b4175
Commit
a70b4175
authored
Nov 24, 2021
by
dxw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
d3b2150d
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
19 additions
and
14 deletions
+19
-14
layout.vue
src/layout/header-aside/layout.vue
+3
-2
index.vue
src/pages/access/point/index.vue
+3
-2
query-detail.vue
src/pages/access/point/query-detail.vue
+2
-2
index.vue
src/pages/inspect/point/index.vue
+3
-2
page.vue
src/pages/login/page.vue
+2
-1
index.vue
src/pages/ol/demo/index.vue
+3
-2
no-query-detail.vue
src/pages/ol/demo/no-query-detail.vue
+1
-1
query-detail.vue
src/pages/ol/demo/query-detail.vue
+1
-1
index.vue
src/pages/routes/sys/takeover/index.vue
+1
-1
No files found.
src/layout/header-aside/layout.vue
View file @
a70b4175
...
@@ -137,8 +137,9 @@
...
@@ -137,8 +137,9 @@
</div>
</div>
</div>
</div>
<div
style=
"z-index:9999!important;"
class=
"mfooter"
>
<div
style=
"z-index:9999!important;"
class=
"mfooter"
>
Copyright (C) 2009-2010. XXXXX信息工程有限公司 蜀ICP备1202XXXX号-1
<!-- Copyright (C) 2009-2010. XXXXX信息工程有限公司 蜀ICP备1202XXXX号-1
电话:86-028-689XXXX 传真:86-028-6893XXXX
电话:86-028-689XXXX 传真:86-028-6893XXXX -->
Copyright (C) 2019-2022. 四川旷谷信息工程有限公司
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/pages/access/point/index.vue
View file @
a70b4175
...
@@ -673,8 +673,9 @@ export default {
...
@@ -673,8 +673,9 @@ export default {
}).
then
(
data
=>
{
}).
then
(
data
=>
{
if
(
data
&&
data
.
code
===
0
)
{
if
(
data
&&
data
.
code
===
0
)
{
this
.
station
=
data
.
bean
this
.
station
=
data
.
bean
this
.
mapList
=
data
.
bean
.
mapList
// this.mapList = data.bean.mapList
if
(
this
.
mapList
&&
this
.
treeData
&&
this
.
treeData
.
length
>
0
)
{
if
(
this
.
treeData
&&
this
.
treeData
.
length
>
0
)
{
this
.
mapList
=
this
.
treeData
this
.
mapList
.
forEach
(
element
=>
{
this
.
mapList
.
forEach
(
element
=>
{
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
})
})
...
...
src/pages/access/point/query-detail.vue
View file @
a70b4175
...
@@ -81,8 +81,8 @@
...
@@ -81,8 +81,8 @@
</div>
</div>
<div class='info-title'>资源点信息查询</div>
<div class='info-title'>资源点信息查询</div>
<div class='info-form'>
<div class='info-form'>
<el-button type="primary" style='margin-left:30px;' @click="dialogList1">出入记录查询</el-button>
//-
<el-button type="primary" style='margin-left:30px;' @click="dialogList1">出入记录查询</el-button>
<el-button
type="primary" @click="dialogList2
">历史指令查询</el-button>
<el-button
v-if="isAuth('access:point:history')" type="primary" @click="dialogList2" style="margin:3px 0px 3px 90px;" size="small
">历史指令查询</el-button>
</div>
</div>
<el-dialog :title="dataForm.name" width="1200px" :close-on-click-modal='false' :visible.sync='visible1' :modal-append-to-body='false'>
<el-dialog :title="dataForm.name" width="1200px" :close-on-click-modal='false' :visible.sync='visible1' :modal-append-to-body='false'>
div(slot='title')
div(slot='title')
...
...
src/pages/inspect/point/index.vue
View file @
a70b4175
...
@@ -601,8 +601,9 @@ export default {
...
@@ -601,8 +601,9 @@ export default {
}).
then
(
data
=>
{
}).
then
(
data
=>
{
if
(
data
&&
data
.
code
===
0
)
{
if
(
data
&&
data
.
code
===
0
)
{
this
.
station
=
data
.
bean
this
.
station
=
data
.
bean
this
.
mapList
=
data
.
bean
.
mapList
// this.mapList = data.bean.mapList
if
(
this
.
mapList
&&
this
.
treeData
&&
this
.
treeData
.
length
>
0
)
{
if
(
this
.
treeData
&&
this
.
treeData
.
length
>
0
)
{
this
.
mapList
=
this
.
treeData
this
.
mapList
.
forEach
(
element
=>
{
this
.
mapList
.
forEach
(
element
=>
{
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
})
})
...
...
src/pages/login/page.vue
View file @
a70b4175
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
el-col(:span='24' )
el-col(:span='24' )
el-checkbox(v-model="formLogin.remember" checked) 记住密码
el-checkbox(v-model="formLogin.remember" checked) 记住密码
el-button(size="default" @click="submit" class='login-btn' :loading="loginLoad") 立即登录
el-button(size="default" @click="submit" class='login-btn' :loading="loginLoad") 立即登录
div.lFooter() Copyright (C) 2009-2010. XXXXX信息工程有限公司 蜀ICP备1202XXXX号-1 电话:86-028-6893XXXX 传真:86-028-6893XXXX
//- div.lFooter() Copyright (C) 2009-2010. XXXXX信息工程有限公司 蜀ICP备1202XXXX号-1 电话:86-028-6893XXXX 传真:86-028-6893XXXX
div.lFooter() Copyright (C) 2019-2022. 四川旷谷信息工程有限公司
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/pages/ol/demo/index.vue
View file @
a70b4175
...
@@ -917,8 +917,9 @@ export default {
...
@@ -917,8 +917,9 @@ export default {
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
if
(
data
&&
data
.
code
===
0
)
{
if
(
data
&&
data
.
code
===
0
)
{
this
.
station
=
data
.
bean
this
.
station
=
data
.
bean
this
.
mapList
=
data
.
bean
.
mapList
// this.mapList = data.bean.mapList
if
(
this
.
mapList
&&
this
.
treeData
)
{
if
(
this
.
treeData
&&
this
.
treeData
.
length
>
0
)
{
this
.
mapList
=
this
.
treeData
[
0
].
children
this
.
mapList
.
forEach
(
element
=>
{
this
.
mapList
.
forEach
(
element
=>
{
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
})
})
...
...
src/pages/ol/demo/no-query-detail.vue
View file @
a70b4175
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<p class="leftP">资源点编码 :
{{
dataForm
.
code
}}
</p>
<p class="leftP">资源点编码 :
{{
dataForm
.
code
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">资源点状态 :
{{
dataForm
.
status
==
1
?
'正常'
:
'异常
'
}}
</p>
<p class="leftP">资源点状态 :
{{
dataForm
.
byx2
==
1
?
'在线'
:
'离线
'
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">部署位置 :
<p class="leftP">部署位置 :
...
...
src/pages/ol/demo/query-detail.vue
View file @
a70b4175
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<p class="leftP">资源点编码 :
{{
dataForm
.
code
}}
</p>
<p class="leftP">资源点编码 :
{{
dataForm
.
code
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">资源点状态 :
{{
dataForm
.
status
==
1
?
'正常'
:
'异常
'
}}
</p>
<p class="leftP">资源点状态 :
{{
dataForm
.
byx2
==
1
?
'在线'
:
'离线
'
}}
</p>
</div>
</div>
<div class="quDetailM">
<div class="quDetailM">
<p class="leftP">部署位置 :
<p class="leftP">部署位置 :
...
...
src/pages/routes/sys/takeover/index.vue
View file @
a70b4175
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
template( slot='runStatus' slot-scope="scope")
template( slot='runStatus' slot-scope="scope")
span(v-if="scope.row.runStatus == 1") 正常运行
span(v-if="scope.row.runStatus == 1") 正常运行
span(v-if="scope.row.runStatus == 2")
线路
接管
span(v-if="scope.row.runStatus == 2")
总控
接管
span(v-if="scope.row.runStatus == 3") 路网接管
span(v-if="scope.row.runStatus == 3") 路网接管
//- 操作项
//- 操作项
...
...
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