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
b814c132
authored
2023-10-10 09:22:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记簿补录列表字段对接
1 parent
d1029b5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
src/views/ywbl/ywsq/javascript/selectDjbbl.js
src/views/ywbl/ywsq/javascript/selectDjbbl.js
View file @
b814c13
...
...
@@ -100,20 +100,34 @@ class data extends filter {
}
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
minWidth
:
'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
:
"ywrmc"
,
label
:
"义务人"
,
minWidth
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
ywrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
ywrmc
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"
mj
"
,
prop
:
"
qlmjmc
"
,
label
:
"面积"
,
width
:
'
8
0'
width
:
'
10
0'
},
{
prop
:
"ytmc"
,
prop
:
"
ql
ytmc"
,
label
:
"用途"
,
minWidth
:
'130'
},
...
...
Please
register
or
sign in
to post a comment