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
56b602dd
authored
2023-09-15 15:20:29 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改上报查询页面数据
1 parent
08dcd487
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
7 deletions
src/views/sjgx/sbxtsjts/djbcxdata.js
src/views/sjgx/sbxtsjts/djbcxdata.js
View file @
56b602d
...
...
@@ -22,14 +22,9 @@ class data extends filter {
)
}
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
// width: '110',
},
{
label
:
"权属状态"
,
// width: '80',
label
:
"推送状态"
,
render
:
(
h
,
scope
)
=>
{
let
obj
=
{
"0"
:
{
...
...
@@ -52,10 +47,38 @@ class data extends filter {
}
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
// width: '110',
},
{
prop
:
"ywh1"
,
label
:
"登记业务名称"
,
// width: '110',
},
{
prop
:
"ywh2"
,
label
:
"登记情形名称"
,
// width: '110',
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
// width: '110',
},
{
prop
:
"createtime"
,
label
:
"创建时间"
,
},
{
prop
:
"createtime"
,
label
:
"推送时间"
,
},
{
prop
:
"createtime1"
,
label
:
"响应时间"
,
},
{
label
:
'操作'
,
width
:
'100'
,
render
:
(
h
,
scope
)
=>
{
...
...
Please
register
or
sign in
to post a comment