Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
35c560ac
Commit
35c560ac
authored
Jul 16, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作台首页fixed
parent
9387e20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
10 deletions
+22
-10
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+22
-10
No files found.
src/pages/workbench/workPlace.vue
View file @
35c560ac
...
...
@@ -57,8 +57,10 @@
<p
style=
"margin-top:20px;margin-bottom:10px;font-size:18px;color: #0d1847;font-weight:600;padding-left:20px;"
>
云资源概况分析
<img
style=
"vertical-align:-9px;"
src=
"@/assets/imgs/home_btn_enter.png"
alt
/>
<span
style=
"cursor:pointer;"
@
click=
"$router.push('/data_analysis')"
>
<span
style=
"display: inline-block;vertical-align:middle;"
>
数据分析中心
</span>
<img
style=
"vertical-align:middle;"
src=
"@/assets/imgs/home_btn_enter.png"
/>
</span>
</p>
<div
class=
"data_charts"
>
<div
class=
"charts_box"
:style=
"now_chart==0?'':
{marginLeft:'-720px'}">
...
...
@@ -124,7 +126,7 @@
v-for=
"(item, index) in online_tool_arr"
:key=
"index + 300"
class=
"online_box"
@
click=
"goto_online_page(item.url,index)"
@
click=
"goto_online_page(item.url,index
,undefined,item.target
)"
@
mouseenter=
"enter_online_tool(index)"
@
mouseleave=
"leave_online_tool()"
:style=
"now_online==index&&item.move_bg?
{backgroundColor:item.move_bg}:{ backgroundColor: item.bg }"
...
...
@@ -960,10 +962,12 @@ export default {
],
online_tool_arr
:
[
{
text
:
"
智能
绘
图
"
,
text
:
"
智能
制
图
"
,
pic
:
require
(
"
@/assets/imgs/home_tool_ic_znht.png
"
),
bg
:
"
#e5f4fe
"
,
color
:
"
#38aef9
"
color
:
"
#38aef9
"
,
url
:
"
https://apaasgis.wodcloud.com/portal/geoplat/viewer/mapViewer.html
"
,
target
:
1
},
{
text
:
"
数据开发
"
,
...
...
@@ -981,13 +985,17 @@ export default {
text
:
"
流程设计
"
,
pic
:
require
(
"
@/assets/imgs/home_tool_ic_lcsj.png
"
),
bg
:
"
#e6ebfe
"
,
color
:
"
#515fe7
"
color
:
"
#515fe7
"
,
url
:
"
https://apaas.wodcloud.com/lcgl/index.html#/
"
,
target
:
1
},
{
text
:
"
可视化
报
表
"
,
text
:
"
可视化
图
表
"
,
pic
:
require
(
"
@/assets/imgs/home_tool_ic_kshbb.png
"
),
bg
:
"
#fff2e2
"
,
color
:
"
#ea7d19
"
color
:
"
#ea7d19
"
,
url
:
"
https://apaas.wodcloud.com/bi/
"
,
target
:
1
},
{
text
:
"
模板应用
"
,
...
...
@@ -1143,9 +1151,13 @@ export default {
}
});
},
goto_online_page
(
url
,
index
,
idx
){
goto_online_page
(
url
,
index
,
idx
,
target
){
if
(
url
){
this
.
$router
.
push
(
url
);
if
(
target
==
1
)
{
window
.
open
(
url
);
}
else
{
this
.
$router
.
push
(
url
);
}
}
},
get_service_list
()
{
...
...
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