Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
979d30be
authored
2023-02-14 17:36:23 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
e7367f21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
src/views/sthj/dbrzcx/data/index.js
src/views/sthj/dbrzcx/data/index.js
View file @
979d30b
...
...
@@ -6,6 +6,16 @@ class data {
columns
()
{
return
[
{
prop
:
"state"
,
label
:
"状态"
,
width
:
'100'
,
},
{
prop
:
"UPLOADTIME"
,
label
:
"汇交日期"
,
width
:
'150'
,
},
{
prop
:
"AREANAME"
,
label
:
"区域名称"
,
},
...
...
@@ -13,12 +23,7 @@ class data {
prop
:
"ACCESSDATE"
,
label
:
"日期"
,
width
:
'150'
,
},
{
prop
:
"UPLOADTIME"
,
label
:
"汇交日期"
,
width
:
'150'
,
},
},
{
prop
:
"type"
,
label
:
"类别"
,
...
...
@@ -47,9 +52,9 @@ class data {
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
class
=
{
'difference'
}
>
<
p
>
{
scope
.
row
.
BUSINESSTYPECOUNT
}
<
/p
>
<
p
>
{
''
}
<
/p
>
<
div
>
<
p
>
{
scope
.
row
.
registerBusinesstypecount
}
<
/p
>
<
p
>
{
scope
.
row
.
accessBusinesstypecount
}
<
/p
>
<
/div
>
)
},
...
...
Please
register
or
sign in
to post a comment