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
68103b48
authored
2020-12-21 11:11:21 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
合并修改
2 parents
5a8b48bc
be386c53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/components/searchHead/searchHead.vue
src/views/zd/mjftb/index.vue
src/views/zrz/yzgy/index.vue
src/components/searchHead/searchHead.vue
View file @
68103b4
...
...
@@ -18,7 +18,7 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"不动产单元号"
>
<el-form-item
label=
"不动产单元号
:
"
>
<el-input
maxlength=
"28"
v-model=
"queryData.bdcdyh"
...
...
@@ -48,7 +48,7 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-form-item
label=
"坐落"
>
<el-form-item
label=
"坐落
:
"
>
<el-input
v-model=
"queryData.zl"
placeholder=
"输入坐落地址"
...
...
src/views/zd/mjftb/index.vue
View file @
68103b4
...
...
@@ -24,7 +24,7 @@
<tr>
<td
class=
"cz"
><el-button
type=
"primary"
class=
"changeBtn
out
Add addMinus"
class=
"changeBtn
in
Add addMinus"
@
click=
"addRow"
>
+
</el-button
></td>
...
...
@@ -37,7 +37,7 @@
<td
class=
"cz"
>
<el-button
type=
"primary"
class=
"changeBtn
out
Minus addMinus"
class=
"changeBtn
in
Minus addMinus"
@
click=
"delRow(i)"
>
-
</el-button
>
...
...
src/views/zrz/yzgy/index.vue
View file @
68103b4
...
...
@@ -15,7 +15,7 @@
<td>
<el-button
type=
"primary"
class=
"changeBtn
out
Add addMinus"
class=
"changeBtn
in
Add addMinus"
@
click=
"addRow"
>
+
</el-button
>
...
...
@@ -31,7 +31,7 @@
<td>
<el-button
type=
"primary"
class=
"changeBtn
out
Minus addMinus"
class=
"changeBtn
in
Minus addMinus"
@
click=
"delRow(i)"
>
-
</el-button
>
...
...
Please
register
or
sign in
to post a comment