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
5544c2bf
authored
2023-09-01 08:55:50 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请查询记录
1 parent
c2f2c209
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
src/views/sqcx/sqcxjl/components/sqcxjlInfodata.js
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfodata.js
View file @
5544c2b
...
...
@@ -27,8 +27,15 @@ class data extends filter {
}
},
{
prop
:
'bdcqzh
'
,
width
:
'130
'
,
label
:
'不动产权证号'
,
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
:
'djsj'
,
...
...
@@ -43,8 +50,15 @@ class data extends filter {
label
:
'网签时间'
,
},
{
prop
:
'bdcdyh
'
,
width
:
'130
'
,
label
:
'不动产单元号'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcdyh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
'gyfs'
,
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
5544c2b
...
...
@@ -141,7 +141,6 @@
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
},
// 查看
/**
* @description: 查看
* @param {*} scope
...
...
Please
register
or
sign in
to post a comment