Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
1768c549
authored
2023-06-05 17:24:44 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改抵押权页面信息
1 parent
92e0d83b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
src/views/registerBook/qlxxFormData.js
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/registerBook/qlxxFormData.js
View file @
1768c54
...
...
@@ -425,6 +425,18 @@ class data extends filter {
label
:
"在建建筑物坐落"
,
},
{
prop
:
"dyfs"
,
label
:
"抵押方式"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
v
-
show
=
{
scope
.
row
.
dyfs
==
'1'
}
>
一般抵押权
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dyfs
==
'2'
}
>
最高额抵押权
<
/span
>
<
/div
>
)
}
},
{
prop
:
"qlrmc"
,
label
:
"抵押权人"
,
},
...
...
@@ -437,6 +449,10 @@ class data extends filter {
label
:
"抵押权人证件号"
,
},
{
prop
:
"dyrlx"
,
label
:
"抵押人类型"
,
},
{
prop
:
"ywrmc"
,
label
:
"抵押人"
,
},
...
...
@@ -448,18 +464,7 @@ class data extends filter {
prop
:
"ywrzjhm"
,
label
:
"抵押人证件号"
,
},
{
prop
:
"dyfs"
,
label
:
"抵押方式"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
v
-
show
=
{
scope
.
row
.
dyfs
==
'1'
}
>
一般抵押权
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dyfs
==
'2'
}
>
最高额抵押权
<
/span
>
<
/div
>
)
}
},
{
prop
:
"sfygdj"
,
label
:
"是否预告登记"
,
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
1768c54
...
...
@@ -113,8 +113,8 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"抵押方式:"
>
<el-radio-group
disabled
v-model=
"ruleForm.diyaq.dyfs"
>
<el-radio
label=
"1"
>
一般抵押
</el-radio>
<el-radio
label=
"2"
>
最高额抵押
</el-radio>
<el-radio
label=
"1"
>
一般抵押
权
</el-radio>
<el-radio
label=
"2"
>
最高额抵押
权
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment