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
20924348
authored
2020-12-07 14:31:47 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
替换图标
1 parent
49423c6a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
src/components/lineTree/tx/importGeo.vue
src/views/systemTX/mapWeight/mapTools.vue
src/views/zd/zddcb/index.vue
src/components/lineTree/tx/importGeo.vue
View file @
2092434
...
...
@@ -11,7 +11,7 @@
<!--
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
-->
<div
class=
"fileUpload"
>
<div
slot=
"trigger"
class=
"uploadLeft"
>
<i
class=
"iconfont icon
wenbenwendang
"
></i>
<i
class=
"iconfont icon
txt
"
></i>
</div>
<div
solt=
"tip"
class=
"uploadRight"
>
<div
solt=
"tip"
class=
"title"
>
TXT文本格式
</div>
...
...
@@ -29,7 +29,7 @@
<!--
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
-->
<div
class=
"fileUpload"
>
<div
slot=
"trigger"
class=
"uploadLeft"
>
<i
class=
"iconfont icon
uploadicon03
"
></i>
<i
class=
"iconfont icon
zip
"
></i>
</div>
<div
solt=
"tip"
class=
"uploadRight"
>
<div
solt=
"tip"
class=
"title"
>
ESRI Shape文件格式
</div>
...
...
@@ -47,7 +47,7 @@
<!--
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
-->
<div
solt=
"tip"
class=
"fileUpload"
>
<div
slot=
"trigger"
class=
"uploadLeft"
>
<i
class=
"iconfont icon
tubiao_
daoruCAD"
></i>
<i
class=
"iconfont icondaoruCAD"
></i>
</div>
<div
solt=
"tip"
class=
"uploadRight"
>
<div
solt=
"tip"
class=
"title"
>
CAD文件
</div>
...
...
src/views/systemTX/mapWeight/mapTools.vue
View file @
2092434
<
template
>
<div
class=
"tools"
>
<el-button-group>
<el-button
type=
"primary"
title=
"全图"
icon=
"iconfont icon
diqi
u"
@
click=
"fullMap"
></el-button>
<el-button
type=
"primary"
title=
"测面"
icon=
"iconfont icon
mianceliang
"
@
click=
"measureMent('area')"
></el-button>
<el-button
type=
"primary"
title=
"全图"
icon=
"iconfont icon
quant
u"
@
click=
"fullMap"
></el-button>
<el-button
type=
"primary"
title=
"测面"
icon=
"iconfont icon
cemianji
"
@
click=
"measureMent('area')"
></el-button>
<el-button
type=
"primary"
title=
"测距"
icon=
"iconfont iconceju"
@
click=
"measureMent('distance')"
></el-button>
<el-button
type=
"primary"
title=
"放大"
icon=
"iconfont iconfangda"
@
click=
"zoomOut"
></el-button>
<el-button
type=
"primary"
title=
"缩小"
icon=
"iconfont iconsuoxiao"
@
click=
"zoomIn"
></el-button>
<el-button
type=
"primary"
title=
"点选"
icon=
"iconfont iconshuxing"
@
click=
"info"
></el-button>
<el-button
type=
"primary"
title=
"清除"
icon=
"
el-icon-delete
"
@
click=
"clear"
></el-button>
<el-button
type=
"primary"
title=
"放大"
icon=
"iconfont icon
lakuang
fangda"
@
click=
"zoomOut"
></el-button>
<el-button
type=
"primary"
title=
"缩小"
icon=
"iconfont icon
lakuang
suoxiao"
@
click=
"zoomIn"
></el-button>
<el-button
type=
"primary"
title=
"点选"
icon=
"iconfont icon
chaxun
shuxing"
@
click=
"info"
></el-button>
<el-button
type=
"primary"
title=
"清除"
icon=
"
iconfont iconqingchu
"
@
click=
"clear"
></el-button>
</el-button-group>
</div>
...
...
src/views/zd/zddcb/index.vue
View file @
2092434
...
...
@@ -349,7 +349,7 @@
<
script
>
import
Qlr
from
"../../../components/formMenu/qlr"
;
import
Qlxz
from
"../../../components/formMenu/qlxz"
;
import
{
submit
}
from
"../../../api/common"
//
import {submit} from "../../../api/common"
import
geoUtils
from
"@components/lineTree/tx/js/geoUtils"
;
import
{
getAllList
,
...
...
Please
register
or
sign in
to post a comment