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
38c90d66
authored
2023-08-28 15:50:33 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:table超过显示省略号
1 parent
f942f28e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
20 deletions
src/views/ywbl/dbx/dbxdata.js
src/views/zhcx/djbcx/djbcxdata.js
src/views/zhcx/jdcx/jdcxdata.js
src/views/zhcx/zslqcx/zslqcx.js
src/views/zsgl/zssyjl/zssyjldata.js
src/views/ywbl/dbx/dbxdata.js
View file @
38c90d6
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-28 15:4
3:41
* @LastEditTime: 2023-08-28 15:4
8:06
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -73,7 +73,7 @@ class data extends filter {
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'1
7
0'
,
minWidth
:
'1
5
0'
,
},
{
label
:
"权利人"
,
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
38c90d6
...
...
@@ -67,9 +67,6 @@ class data extends filter {
prop
:
"ywh"
,
label
:
"业务号"
,
width
:
'110'
,
// render: (h, scope) => {
// return <el-button type="text" onClick={() => { vm.ywhClick(scope.row) }}>{scope.row.ywh}</el-button>
// }
},
{
prop
:
"qllxmc"
,
...
...
@@ -84,14 +81,12 @@ class data extends filter {
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
},
{
prop
:
"qlrmc"
,
...
...
src/views/zhcx/jdcx/jdcxdata.js
View file @
38c90d6
...
...
@@ -8,7 +8,7 @@ class data extends filter {
constructor
()
{
super
()
}
columns
()
{
columns
()
{
return
[
{
label
:
'序号'
,
...
...
@@ -81,11 +81,16 @@ class data extends filter {
width
:
'120'
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'150'
,
showOverflowTooltip
:
true
},
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"slsj"
,
label
:
"受理时间"
,
...
...
src/views/zhcx/zslqcx/zslqcx.js
View file @
38c90d6
...
...
@@ -65,8 +65,14 @@ class data extends filter {
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlr"
,
...
...
@@ -81,11 +87,18 @@ class data extends filter {
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'1
10'
minWidth
:
'1
50'
,
},
{
prop
:
"zl"
,
label
:
"坐落"
label
:
"坐落"
,
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
"证书内容"
,
...
...
src/views/zsgl/zssyjl/zssyjldata.js
View file @
38c90d6
...
...
@@ -74,10 +74,15 @@ class data extends filter {
label
:
"序列号"
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
Please
register
or
sign in
to post a comment