Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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-platform
Commits
69822709
Commit
69822709
authored
Apr 12, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418' into 'v2-220418'
V2 220418 See merge request linkseeks-design/pro-platform!228
parents
b454438d
be7c5d04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
index.tsx
src/pages/priceManage/priceLibrary/index.tsx
+7
-0
No files found.
src/pages/priceManage/priceLibrary/index.tsx
View file @
69822709
...
@@ -12,6 +12,7 @@ import {
...
@@ -12,6 +12,7 @@ import {
getProductPriceManagementAddGoodsPrice
,
getProductPriceManagementAddGoodsPrice
,
}
from
'@/services/ProductV2Api'
;
}
from
'@/services/ProductV2Api'
;
import
AuthButton
from
'@/components/AuthButton'
;
import
AuthButton
from
'@/components/AuthButton'
;
import
moment
from
'moment'
;
const
formActions
=
createFormActions
();
const
formActions
=
createFormActions
();
...
@@ -125,6 +126,9 @@ const PriceLibrary: React.FC<{}> = () => {
...
@@ -125,6 +126,9 @@ const PriceLibrary: React.FC<{}> = () => {
}),
}),
dataIndex
:
'effectiveStartTime'
,
dataIndex
:
'effectiveStartTime'
,
key
:
'effectiveStartTime'
,
key
:
'effectiveStartTime'
,
render
:
text
=>
{
return
text
?
moment
(
text
).
format
(
'YYYY-MM-DD'
)
:
undefined
;
},
},
},
{
{
title
:
getIntl
().
formatMessage
({
title
:
getIntl
().
formatMessage
({
...
@@ -132,6 +136,9 @@ const PriceLibrary: React.FC<{}> = () => {
...
@@ -132,6 +136,9 @@ const PriceLibrary: React.FC<{}> = () => {
}),
}),
dataIndex
:
'effectiveEndTime'
,
dataIndex
:
'effectiveEndTime'
,
key
:
'effectiveEndTime'
,
key
:
'effectiveEndTime'
,
render
:
text
=>
{
return
text
?
moment
(
text
).
format
(
'YYYY-MM-DD'
)
:
undefined
;
},
},
},
{
{
title
:
intl
.
formatMessage
({
title
:
intl
.
formatMessage
({
...
...
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