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
68b05121
authored
2021-01-14 11:30:49 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
ae49c287
62a4593b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/components/lshs/index.vue
src/views/zrz/lpb/bjlp/ljz/index.vue
src/components/lshs/index.vue
View file @
68b0512
...
...
@@ -187,7 +187,7 @@ export default {
graph
.
render
();
graph
.
on
(
'node:click'
,
e
=>
{
alert
(
e
);
alert
(
e
.
item
);
});
graph
.
on
(
'node:mouseenter'
,
e
=>
{
...
...
@@ -240,19 +240,21 @@ export default {
#mountNode
{
/*height: calc(100% - 68px);*/
margin-top
:
20px
;
width
:
6
0%
;
width
:
5
0%
;
height
:
80%
;
position
:
absolute
;
float
:
left
;
border
:
1px
solid
red
;
}
#mountNodeRight
{
margin
-top
:
20px
;
margin
:
20px
20px
0
0
;
width
:
38%
;
float
:
right
;
height
:
1000px
;
border
:
0
solid
#5ebbff
;
background
:
white
;
}
.slot
{
...
...
src/views/zrz/lpb/bjlp/ljz/index.vue
View file @
68b0512
...
...
@@ -97,7 +97,7 @@
align=
"center"
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addYtInfo"
></i>
<span>
用途
</span>
<span>
房屋
用途
</span>
</td>
<td
colspan=
"1"
align=
"center"
>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteYtInfo(index)"
></i>
...
...
@@ -276,7 +276,7 @@ export default {
deleteYtInfo
(
index
)
{
if
(
this
.
form
.
ytList
.
length
<=
1
)
{
this
.
$message
({
message
:
"不能删除,最少含有一条用途信息"
,
message
:
"不能删除,最少含有一条
房屋
用途信息"
,
type
:
"warning"
,
});
}
else
{
...
...
Please
register
or
sign in
to post a comment