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
6eece206
authored
2023-02-15 10:02:55 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登簿日志
1 parent
979d30be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
src/views/sthj/dbrzcx/data/index.js
src/views/sthj/dbrzcx/data/index.js
View file @
6eece20
...
...
@@ -8,7 +8,16 @@ class data {
{
prop
:
"state"
,
label
:
"状态"
,
width
:
'100'
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
class
=
'adopt'
v
-
show
=
{
scope
.
row
.
state
==
3
}
>
上报失败
<
/span
>
<
span
class
=
'adopt'
v
-
show
=
{
scope
.
row
.
state
==
2
}
>
上报成功
<
/span
>
<
span
class
=
'warehousing'
v
-
show
=
{
scope
.
row
.
state
==
1
}
>
接入上报异常
<
/span
>
<
/div
>
)
}
},
{
prop
:
"UPLOADTIME"
,
...
...
@@ -23,7 +32,7 @@ class data {
prop
:
"ACCESSDATE"
,
label
:
"日期"
,
width
:
'150'
,
},
},
{
prop
:
"type"
,
label
:
"类别"
,
...
...
Please
register
or
sign in
to post a comment