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
c9b3a89a
authored
2023-07-13 15:09:14 +0800
by
赵千
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询
1 parent
a796eef6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
src/views/qxjr/jsbwcx/data/index.js
src/views/qxjr/jsbwcx/data/index.js
View file @
c9b3a89
...
...
@@ -68,9 +68,23 @@ class data extends filter {
minWidth
:
150
,
},
{
prop
:
"
createdate
"
,
label
:
"
创建
时间"
,
prop
:
"
slsj
"
,
label
:
"
受理
时间"
,
width
:
140
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
slsj
!=
null
&&
scope
.
row
.
slsj
!=
''
)
{
return
(
<
div
>
{
scope
.
row
.
slsj
.
substring
(
0
,
19
)}
<
/div
>
)
}
return
(
<
div
>
/
<
/div
>
)
}
},
{
prop
:
"recflowid"
,
...
...
Please
register
or
sign in
to post a comment