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
648fbf95
authored
2023-10-23 10:40:27 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加登记情形字段展示
1 parent
248f1b5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
src/views/ywbl/dbx/dbxdata.js
src/views/zhcx/jdcx/jdcxdata.js
src/views/ywbl/dbx/dbxdata.js
View file @
648fbf9
...
...
@@ -73,6 +73,11 @@ class data extends filter {
width
:
'200'
},
{
prop
:
"djqxmc"
,
label
:
"登记情形"
,
width
:
'200'
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'150'
,
...
...
src/views/zhcx/jdcx/jdcxdata.js
View file @
648fbf9
...
...
@@ -73,6 +73,11 @@ class data extends filter {
minWidth
:
'150'
,
},
{
prop
:
"djqxmc"
,
label
:
"登记情形"
,
minWidth
:
'150'
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'150'
,
...
...
Please
register
or
sign in
to post a comment