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
陈智峰
jinfa-admin
Commits
f1894344
Commit
f1894344
authored
Feb 28, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改营销活动活动规则秒杀的展示
parent
079143d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
constants.tsx
src/pages/marketingManage/marketing/detail/constants.tsx
+6
-6
No files found.
src/pages/marketingManage/marketing/detail/constants.tsx
View file @
f1894344
...
...
@@ -292,18 +292,18 @@ export const GeneralEffect = (int, data) => {
return
[
{
col
:
[
{
label
:
'每日秒杀时间段'
,
extra
:
''
},
{
label
:
'每日秒杀时间段'
,
extra
:
<>
{
format
(
data
.
startTime
,
'HH:mm:ss'
)
}
~
{
format
(
data
.
endTime
,
'HH:mm:ss'
)
}
</>
},
{
label
:
'活动描述'
,
extra
:
data
.
describe
}
]
},
{
col
:
[
{
label
:
'叠加优惠券'
,
extra
:
'
'
},
{
label
:
'叠加优惠券'
,
extra
:
data
.
allowCoupon
?
'允许叠加'
:
'不允许叠加
'
},
]
},
{
col
:
[
{
label
:
'超限规则'
,
extra
:
'
'
},
{
label
:
'超限规则'
,
extra
:
data
.
exceedRule
===
1
?
'原价购买'
:
'不可购买
'
},
]
}
]
...
...
@@ -341,18 +341,18 @@ export const GeneralEffect = (int, data) => {
return
[
{
col
:
[
{
label
:
'定金支付时间'
,
extra
:
''
},
{
label
:
'定金支付时间'
,
extra
:
<>
{
format
(
data
.
depositPayStartTime
,
'HH:mm:ss'
)
}
~
{
format
(
data
.
depositPayEndTime
,
'HH:mm:ss'
)
}
</>
},
{
label
:
'活动描述'
,
extra
:
data
.
describe
},
]
},
{
col
:
[
{
label
:
'尾款支付时间'
,
extra
:
''
},
{
label
:
'尾款支付时间'
,
extra
:
<>
{
format
(
data
.
balancePaymentPayStartTime
,
'HH:mm:ss'
)
}
~
{
format
(
data
.
balancePaymentPayEndTime
,
'HH:mm:ss'
)
}
</>
},
]
},
{
col
:
[
{
label
:
'开始发货时间'
,
extra
:
''
},
{
label
:
'开始发货时间'
,
extra
:
format
(
data
.
deliverTime
,
'HH:mm:ss'
)
},
]
}
]
...
...
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