|
@@ -182,11 +182,11 @@ const header = props => {
|
182
|
182
|
<EditIcon type="end" text="结束活动" onClick={finishDynamic.bind(this, row)} />
|
183
|
183
|
</AuthButton> : null,
|
184
|
184
|
|
185
|
|
- <AuthButton name="admin.buildingDynamic.tag" noRight={null}>
|
186
|
|
- <EditIcon type={row.weight === 1 ? 'cancel' : 'add'} text={row.weight === 1 ? '取消标签' : '添加标签'} onClick={topDynamic(row)} />
|
187
|
|
- </AuthButton>,
|
|
185
|
+ // <AuthButton name="admin.buildingDynamic.tag" noRight={null}>
|
|
186
|
+ // <EditIcon type={row.weight === 1 ? 'cancel' : 'add'} text={row.weight === 1 ? '取消标签' : '添加标签'} onClick={topDynamic(row)} />
|
|
187
|
+ // </AuthButton>,
|
188
|
188
|
|
189
|
|
- <EditIcon type={row.home === 1 ? 'cancel' : 'top'} text={row.home === 1 ? '取消推首页' : '推荐首页'} onClick={homeDynamic(row)} />,
|
|
189
|
+ // <EditIcon type={row.home === 1 ? 'cancel' : 'top'} text={row.home === 1 ? '取消推首页' : '推荐首页'} onClick={homeDynamic(row)} />,
|
190
|
190
|
|
191
|
191
|
// <AuthButton name="admin.buildingDynamic.dataRecord" noRight={null}>
|
192
|
192
|
// <EditIcon type="record" text="数据记录" onClick={toDataReacord(row.dynamicId)} />
|