|
@@ -149,7 +149,7 @@ const header = props => {
|
149
|
149
|
</AuthButton>,
|
150
|
150
|
|
151
|
151
|
<AuthButton name="admin.help.top" noRight={null}>
|
152
|
|
- <EditIcon type={row.isMain === 1 ? 'cancel' : 'add'} text={row.isMain === 1 ? '取消推首页' : '推首页'} onClick={topDynamic(row, 1)} />
|
|
152
|
+ <EditIcon type={row.isMain === 1 ? 'cancel' : 'top'} text={row.isMain === 1 ? '取消推首页' : '推首页'} onClick={topDynamic(row, 1)} />
|
153
|
153
|
</AuthButton>,
|
154
|
154
|
|
155
|
155
|
<EditIcon type="record" text="数据记录" onClick={() => toDataReacord(row.helpActivityId)} />,
|