Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-admin
Commits
f7270c74
Commit
f7270c74
authored
Sep 26, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 格式化操作时间
parent
855fb125
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.tsx
...nage/platformCoupon/components/InnerFlowRecords/index.tsx
+3
-1
No files found.
src/pages/marketingManage/platformCoupon/components/InnerFlowRecords/index.tsx
View file @
f7270c74
...
...
@@ -2,11 +2,12 @@
* @Author: XieZhiXiong
* @Date: 2021-06-23 18:04:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-23 18:04:15
* @LastEditTime: 2021-0
9-26 14:54:19
* @Description: 内部流转记录
*/
import
React
,
{
HTMLAttributes
}
from
'react'
;
import
{
Badge
}
from
'antd'
;
import
moment
from
'moment'
;
import
FlowRecords
from
'@/components/FlowRecords'
;
import
{
EditableColumns
}
from
'@/components/PolymericTable/interface'
;
...
...
@@ -99,6 +100,7 @@ const InnerFlowRecords: React.FC<IProps> = (props) => {
dataIndex
:
'createTime'
,
align
:
'center'
,
ellipsis
:
true
,
render
:
(
text
)
=>
text
?
moment
(
text
).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
''
,
},
{
title
:
'审核意见'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment