Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
6697e472
authored
2023-02-07 10:41:36 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
052a5651
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
src/views/business-info/dyaq/index.vue
src/views/business-info/dyaq/index.vue
View file @
6697e47
...
...
@@ -19,23 +19,23 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<
!--
<
el-col
:span=
"5"
>
<el-form-item
label=
"坐落"
>
<el-input
v-model=
"form.ZL"
placeholder=
"坐落"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"5"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
v-model=
"form.BDCQZH"
placeholder=
"不动产权证号"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"5"
>
<el-form-item
label=
"抵押人"
label-width=
"80px"
>
<el-input
v-model=
"form.dyr"
placeholder=
"抵押人"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"5"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
...
...
@@ -57,7 +57,8 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-col
:span=
"9"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
</el-col>
...
...
Please
register
or
sign in
to post a comment