Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3e198654
authored
2021-01-20 14:48:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
fe7146c8
81a35934
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
src/components/lshs/index.vue
src/views/panel/index.vue
src/components/lshs/index.vue
View file @
3e19865
<
template
>
<div
class=
"lshs-content"
>
<div
id=
"mountNode"
ref=
"containerWidth"
></div>
<div
id=
"mountNode"
ref=
"containerWidth"
>
<div
v-show=
"showhide"
style=
"margin: 20px 0 0 20px;color:red;"
>
暂无变更业务,没有历史回溯数据
</div>
</div>
<div
id=
"mountNodeRight"
>
<div><span
class=
"tip-title"
>
详细
信息
</span></div>
<div><span
class=
"tip-title"
>
基础
信息
</span></div>
<el-divider></el-divider>
<div
style=
"line-height: 40px"
>
<el-row>
...
...
@@ -101,6 +104,7 @@ export default {
}
`
);
return
{
showhide
:
false
,
data
:
{},
activeName
:
'first'
,
result
:{},
...
...
@@ -310,6 +314,7 @@ export default {
//_this.data.nodes.length;// 判断个数
if
(
_this
.
data
.
nodes
.
length
==
0
){
//暂无变更业务,没有历史回溯数据。
this
.
showhide
=
true
;
}
else
{
this
.
initG6
();
...
...
src/views/panel/index.vue
View file @
3e19865
...
...
@@ -86,7 +86,7 @@
<div
class=
"tj"
>
<el-card
class=
"panel_right"
>
<div
slot=
"header"
class=
"clearfix"
>
<span><i
class=
"iconfont iconbingtu"
></i>
成果类别
占比
</span>
<span><i
class=
"iconfont iconbingtu"
></i>
权利类型
占比
</span>
</div>
<div
class=
"enter_box"
ref=
"enterBox"
>
<img
src=
"../../assets/images/cglbzb.png"
:style=
"
{'height':imgHeight + 'px'}" alt="">
...
...
@@ -94,7 +94,7 @@
</el-card>
<el-card
class=
"cghj"
>
<div
slot=
"header"
class=
"clearfix"
>
<span><i
class=
"iconfont icontizhuangshuju"
></i>
成果汇交
数量
</span>
<span><i
class=
"iconfont icontizhuangshuju"
></i>
办理业务
数量
</span>
<img
src=
"../../assets/images/cghjsllegend.png"
style=
"float: right;"
alt=
""
>
</div>
<div
class=
"enter_box"
>
...
...
@@ -103,7 +103,7 @@
</el-card>
<el-card
class=
"cghj-pie"
>
<div
slot=
"header"
class=
"clearfix"
>
<span><i
class=
"iconfont iconhuijiaochengguo"
></i>
成果汇交数量
</span>
<span><i
class=
"iconfont iconhuijiaochengguo"
></i>
效能统计
</span>
</div>
<div
class=
"enter_box"
>
<img
src=
"../../assets/images/cghjsl-pie.png"
:style=
"
{'height':imgHeight + 'px'}" alt="">
...
...
Please
register
or
sign in
to post a comment