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

style: 修改营销能力满量促销错别字

parent 295f97f9
......@@ -344,7 +344,7 @@ const RulesLayout: React.FC<RulesLayoutProps> = (props: any) => {
required
>
{fields.map(({ key, name, fieldKey, ...restField }) => (
<Space key={key} style={{ display: 'flex', marginBottom: 8 }} align="center">{intl.formatMessage({ id: 'selfManagement.di' })}<Form.Item
<Space key={key} style={{ display: 'flex', marginBottom: 8 }} align="center">{int === ACTIVITY_TYPE_7 ? intl.formatMessage({ id: 'selfManagement.di' }) : intl.formatMessage({ id: 'selfManagement.full' })}<Form.Item
{...restField}
style={{ margin: 0 }}
name={[name, `${int === ACTIVITY_TYPE_7 ? 'num' : 'key'}`]}
......
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