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
fa12c329
authored
2022-12-30 10:38:16 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
558e0e97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/ywbl/ywsq/javascript/fwsyq.js
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
fa12c32
...
...
@@ -70,11 +70,11 @@ class data extends filter {
label
:
"建筑物名称"
,
},
{
label
:
"
权利
性质"
,
label
:
"
土地/房屋
性质"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
scope
.
row
.
showQlxz
)
+
(
' / '
)
+
(
scope
.
row
.
fwxz
bsm
)}
{(
scope
.
row
.
showQlxz
)
+
(
' / '
)
+
(
scope
.
row
.
fwxz
mc
)}
<
/div
>
)
}
...
...
@@ -90,7 +90,7 @@ class data extends filter {
}
},
{
label
:
"用途"
,
label
:
"
土地/房屋
用途"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment