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
7ae8a1e2
authored
2023-10-11 11:00:10 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:发证信息模块样式修改
1 parent
6d6ead65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
src/views/workflow/javascript/fzxxdata.js
src/views/workflow/javascript/fzxxdata.js
View file @
7ae8a1e
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-29 12:55:07
* @LastEditTime: 2023-
10-11 10:59:12
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -29,7 +29,7 @@ class data extends filter {
{
prop
:
"bdcqzlx"
,
label
:
"不动产权证类型"
,
width
:
'1
3
0'
,
width
:
'1
2
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
@@ -40,7 +40,7 @@ class data extends filter {
}
},
{
label
:
"权利类型"
,
label
:
"权利类型"
,
width
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
...
...
@@ -58,11 +58,18 @@ class data extends filter {
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'
20
0'
,
width
:
'
19
0'
,
},
{
prop
:
"qlr"
,
label
:
"权利人"
label
:
"权利人"
,
minWidth
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlr
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlr
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"ywr"
,
...
...
Please
register
or
sign in
to post a comment