Commit 8afbddcf authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改营销活动错别字

parent f1894344
......@@ -196,7 +196,7 @@ export const GeneralEffect = (int, data) => {
col: [
{
label: '优惠规则', extra: <Space direction='vertical'>
{!isEmpty(data.ladderList) && data.ladderList.map(item => (<div>{` ${item.num} 件, 打 ${item.discount / 10} 折`}</div>))}
{!isEmpty(data.ladderList) && data.ladderList.map(item => (<div>{` ${item.num} 件, 打 ${item.discount / 10} 折`}</div>))}
</Space>
},
{
......
......@@ -343,7 +343,7 @@ const RulesLayout: React.FC<RulesLayoutProps> = (props: any) => {
>
{fields.map(({ key, name, fieldKey, ...restField }) => (
<Space key={key} style={{ display: 'flex', marginBottom: 8 }} align="center">
<Form.Item
{...restField}
style={{ margin: 0 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment