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
dbc419ef
authored
2022-08-26 14:01:34 +0800
by
吴蕾
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登记簿样式修改
1 parent
bc101e09
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
src/views/zhcx/djbcx/components/djxxTable.vue
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/djbcx/components/djxxTable.vue
View file @
dbc419e
...
...
@@ -220,12 +220,13 @@ export default {
overflow-x
:
scroll
;
}
.xxTable
>
tr
th
:not
(
:first-child
)
{
width
:
223px
;
}
//
.xxTable
>
tr
th
:not
(
:first-child
)
{
//
width
:
223px
;
//
}
.xxTable
>
tr
:first-child
th
{
width
:
140px
;
}
.xxTable
{
border-spacing
:
1px
;
tr
>
th
{
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
dbc419e
...
...
@@ -176,11 +176,20 @@ export default {
this
.
$store
.
dispatch
(
"djbxx/setDjbxx"
,
obj
);
_this
.
isDialog
=
true
;
// if (scope.row.qllxmc == "预告买卖登记") {
// this.$refs.djbxxDialog.showTab = "ygdj";
// } else if (scope.row.qllx == "查封登记") {
// this.$refs.djbxxDialog.showTab = "cfdj";
// }
// 弹窗打开,自动切换到对应的登记类型
if
(
scope
.
row
.
qllxmc
==
"国有建设用地使用权"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"JSYDSYQ"
;
}
else
if
(
scope
.
row
.
qllxmc
==
"抵押权"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"DYAQ"
;
}
else
if
(
scope
.
row
.
qllxmc
==
"地役权"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"DYIQ"
;
}
else
if
(
scope
.
row
.
qllxmc
==
"预告登记"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"YGDJ"
;
}
else
if
(
scope
.
row
.
qllxmc
==
"异议登记"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"YYDJ"
;
}
else
if
(
scope
.
row
.
qllxmc
==
"查封登记"
)
{
this
.
$refs
.
djbxxDialog
.
showType
=
"CFDJ"
;
}
});
},
},
...
...
Please
register
or
sign in
to post a comment