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
cfbaedd4
authored
2021-01-27 15:59:15 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
5027998a
a484c835
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/views/panel/create/index.vue
src/views/panel/modify/index.vue
src/views/panel/create/index.vue
View file @
cfbaedd
...
...
@@ -84,14 +84,14 @@
</el-form-item>
</el-form>
<div
class=
"handleBtn"
>
<
el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button>
--
>
<el-button
type=
"primary"
class=
"w98 creat"
@
click=
"newZd"
>
创建
</el-button>
<el-button
type=
"primary"
class=
"w98 cancel"
@
click=
"close"
>
取消
</el-button>
</div>
</el-tab-pane>
<el-tab-pane
class=
"eltabspane"
v-if=
"!auth"
label=
"宗海"
name=
"zh"
>
<div
class=
"handleBtn"
>
<
el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button>
--
>
<el-button
type=
"primary"
class=
"w98 creat"
@
click=
"todo"
>
创建
</el-button>
<el-button
type=
"primary"
class=
"w98 cancel"
@
click=
"close"
>
取消
</el-button>
</div>
...
...
@@ -106,7 +106,7 @@
</el-form-item>
</el-form>
<div
class=
"handleBtn"
>
<
el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button>
--
>
<el-button
type=
"primary"
class=
"w98 creat"
@
click=
"newZrz"
>
创建
</el-button>
<el-button
type=
"primary"
class=
"w98 cancel"
@
click=
"close"
>
取消
</el-button>
</div>
...
...
@@ -121,14 +121,14 @@
</el-form-item>
</el-form>
<div
class=
"handleBtn"
>
<
el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button>
--
>
<el-button
type=
"primary"
class=
"w98 creat"
@
click=
"newDz"
>
创建
</el-button>
<el-button
type=
"primary"
class=
"w98 cancel"
@
click=
"close"
>
取消
</el-button>
</div>
</el-tab-pane>
<el-tab-pane
class=
"eltabspane"
v-if=
"!createZrz"
label=
"林权"
name=
"lq"
>
<div
class=
"handleBtn"
>
<
el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button>
--
>
<el-button
type=
"primary"
class=
"w98 creat"
@
click=
"todo"
>
创建
</el-button>
<el-button
type=
"primary"
class=
"w98 cancel"
@
click=
"close"
>
取消
</el-button>
</div>
...
...
@@ -143,7 +143,7 @@
</el-form-item>
</el-form>
<div
class=
"handleBtn"
>
<
el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"w98 import"
>
导入图形
</el-button>
--
>
<el-button
type=
"primary"
class=
"w98 creat"
@
click=
"newGzw"
>
创建
</el-button>
<el-button
type=
"primary"
class=
"w98 cancel"
@
click=
"close"
>
取消
</el-button>
</div>
...
...
@@ -673,7 +673,7 @@ export default {
position
:
absolute
;
bottom
:
0
;
left
:
50%
;
margin-left
:
-250px
;
//
margin-left
:
-250px
;
.w98{
width
:
98px
;
}
...
...
src/views/panel/modify/index.vue
View file @
cfbaedd
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment