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
330cc9a2
authored
2023-10-31 08:55:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:查封登记
1 parent
ce26a055
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
src/views/ywbl/ywsq/javascript/selecBdcql.js
src/views/ywbl/ywsq/javascript/selecBdcql.js
View file @
330cc9a
...
...
@@ -35,6 +35,7 @@ class data extends filter {
{
prop
:
"status"
,
label
:
"状态"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
@@ -93,8 +94,15 @@ class data extends filter {
label
:
"共有情况"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlrmc
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlrzjhm"
,
...
...
@@ -104,6 +112,7 @@ class data extends filter {
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
width
:
'100'
,
},
{
prop
:
"ywrzjhm"
,
...
...
@@ -112,6 +121,7 @@ class data extends filter {
},
{
prop
:
"qlxzmc"
,
width
:
'100'
,
label
:
"权利性质"
,
},
{
...
...
@@ -121,6 +131,7 @@ class data extends filter {
{
prop
:
"qlytmc"
,
label
:
"用途"
,
width
:
'100'
,
},
{
label
:
"坐落"
,
...
...
Please
register
or
sign in
to post a comment