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
c5765dac
authored
2023-10-31 08:48:39 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:集体土地所有权 || 转移登记(农民集体之间互换土地的)业务申请
1 parent
c0c60b6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
src/views/ywbl/ywsq/javascript/selectTdsyq.js
src/views/ywbl/ywsq/javascript/selectTdsyq.js
View file @
c5765da
/*
* @Description: 土地所有权对象处理
* @Autor: ssq
* @LastEditTime: 2023-
08-29 13:10:12
* @LastEditTime: 2023-
10-31 08:47:38
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -75,12 +75,26 @@ 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"
,
label
:
"证件号"
,
width
:
100
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlrzjhm
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlrzjhm
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlxzmc"
,
...
...
Please
register
or
sign in
to post a comment