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
034c751e
authored
2020-12-17 10:22:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
e67e004c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/tx/importGeo.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/components/lineTree/lineItem.vue
View file @
034c751
...
...
@@ -46,7 +46,7 @@
@
contextmenu
.
prevent=
"openMenu($event, item,list)"
:class=
"
{
active_color: item.expand,
curPage:$route.query.bsm==item.bsm
curPage:$route.query.bsm
&&
$route.query.bsm
==item.bsm
}"
>
<img
class=
"qsztImg"
v-if=
"item.qszt=='0'"
:src=
"linshi"
/>
...
...
src/components/lineTree/tx/importGeo.vue
View file @
034c751
...
...
@@ -287,7 +287,7 @@ export default {
}
},
cadFileSuccess
(
response
,
file
,
fileList
){
debugger
},
excelFileSuccess
(
response
,
file
,
fileList
){
var
self
=
this
;
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
034c751
...
...
@@ -467,7 +467,6 @@ export default {
},
//自然幢下元素高度宽度计算
dataChange
()
{
debugger
//计算逻辑幢宽度 20为marginRight值
this
.
ljzWidth
=
20
;
if
(
this
.
$refs
.
ljzzdy
!=
undefined
)
{
...
...
Please
register
or
sign in
to post a comment