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
ff352cb7
authored
2020-12-29 14:19:12 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
按钮+图标
1 parent
808ca712
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/hfghb/index.vue
src/views/panel/change/fg/index.vue
View file @
ff352cb
...
...
@@ -4,7 +4,7 @@
<el-tab-pane
label=
"宗地分割"
name=
"zd"
>
<div
class=
"fg-tabs top20"
>
<span
class=
"tips"
>
分割前宗地信息
</span>
<el-button
type=
"primary"
class=
"addBtn"
@
click=
"newAdd"
>
新增
</el-button>
<el-button
type=
"primary"
class=
"addBtn"
@
click=
"newAdd"
icon=
"el-icon-plus"
>
新增
</el-button>
<div
class=
"fgq"
>
<el-card
class=
"data"
>
<div
slot=
"header"
class=
"clearfix"
>
...
...
src/views/panel/change/hfghb/index.vue
View file @
ff352cb
...
...
@@ -22,8 +22,8 @@
placeholder=
"输入不动产单元号"
></el-input>
</el-form-item>
<el-button
type=
"primary"
style=
"margin-left:30px"
@
click=
"search"
>
查询
</el-button>
<el-button
type=
"warning"
@
click=
"reset"
>
重置
</el-button>
<el-button
type=
"primary"
style=
"margin-left:30px"
@
click=
"search"
icon=
"el-icon-search"
>
查询
</el-button>
<el-button
type=
"warning"
@
click=
"reset"
icon=
"el-icon-refresh"
>
重置
</el-button>
</el-form>
</el-col>
</el-row>
...
...
Please
register
or
sign in
to post a comment