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
914363f2
authored
2024-05-14 14:15:54 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢房屋面积获取
1 parent
ebe40d5e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/ywbl/ywsq/javascript/fwsyq.js
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
914363f
...
...
@@ -205,7 +205,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
scope
.
row
.
zdmj
)
+
(
' / '
)
+
(
scope
.
row
.
dz
mj
)}
{(
scope
.
row
.
zdmj
)
+
(
' / '
)
+
(
scope
.
row
.
fw
mj
)}
<
/div
>
)
}
...
...
Please
register
or
sign in
to post a comment