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
f01c75f8
authored
2021-01-20 11:03:53 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
历史回溯data数据获取,
1 parent
293aa77c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/components/lshs/index.vue
src/components/lshs/index.vue
View file @
f01c75f
<
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
();
...
...
Please
register
or
sign in
to post a comment