|
@@ -93,18 +93,18 @@ const toEditGoods = (helpActivityId) => () => {
|
93
|
93
|
<>
|
94
|
94
|
{row.activityStatus === 0 &&
|
95
|
95
|
<AuthButton name="admin.helpRecord.get">
|
96
|
|
- <span style={{ color: '#1990FF', cursor: 'pointer' }} onClick={ getSignList.bind(this, row.helpActivityId)}>助力记录<Icon type="snippets" className={styles.shoppingCart} /></span>
|
|
96
|
+ <span style={{ color: '#1990FF', marginRight: '20px', cursor: 'pointer' }} onClick={ getSignList.bind(this, row.helpActivityId)}>助力记录<Icon type="snippets" className={styles.shoppingCart} /></span>
|
97
|
97
|
</AuthButton>}
|
98
|
98
|
{row.activityStatus === 0 &&
|
99
|
99
|
<AuthButton name="admin.top.update.post" noRight={null}>
|
100
|
|
- <span style={{ color: '#1990FF', cursor: 'pointer' }} onClick={topDynamic(row, 2)}>结束活动<Icon type="poweroff" className={styles.edit} /></span>
|
|
100
|
+ <span style={{ color: '#1990FF', marginRight: '20px', cursor: 'pointer' }} onClick={topDynamic(row, 2)}>结束活动<Icon type="poweroff" className={styles.edit} /></span>
|
101
|
101
|
<span style={{ color: '#1990FF', marginRight: '20px', cursor: 'pointer' }} onClick={topDynamic(row, 0)}>{ row.weight === 1 ? '取消置顶' : '置顶' }<Icon type="vertical-align-top" className={styles.edit} /></span>
|
102
|
102
|
<span style={{ color: '#1990FF', marginRight: '20px', cursor: 'pointer' }} onClick={topDynamic(row, 1)}>{ row.isMain === true ? '取消推首页' : '推首页' }<Icon type="vertical-align-top" className={styles.edit} /></span>
|
103
|
103
|
</AuthButton> }
|
104
|
104
|
|
105
|
105
|
{row.activityStatus === 1 &&
|
106
|
106
|
<AuthButton name="admin.helpActivity.update.put" noRight={null}>
|
107
|
|
- <span style={{ color: '#FF925C', cursor: 'pointer' }} onClick={toEditGoods(row.helpActivityId)}>编辑<Icon type="form" className={styles.edit} /></span>
|
|
107
|
+ <span style={{ color: '#FF925C', marginRight: '20px', cursor: 'pointer' }} onClick={toEditGoods(row.helpActivityId)}>编辑<Icon type="form" className={styles.edit} /></span>
|
108
|
108
|
</AuthButton>
|
109
|
109
|
}
|
110
|
110
|
{row.activityStatus === 1 &&
|
|
@@ -116,7 +116,7 @@ const toEditGoods = (helpActivityId) => () => {
|
116
|
116
|
|
117
|
117
|
{row.activityStatus === 2 &&
|
118
|
118
|
<AuthButton name="admin.helpRecord.get" noRight={null}>
|
119
|
|
- <span style={{ color: '#1990FF', cursor: 'pointer' }} onClick={ getSignList.bind(this, row.helpActivityId)}>助力记录<Icon type="snippets" className={styles.shoppingCart} /></span>
|
|
119
|
+ <span style={{ color: '#1990FF', marginRight: '20px', cursor: 'pointer' }} onClick={ getSignList.bind(this, row.helpActivityId)}>助力记录<Icon type="snippets" className={styles.shoppingCart} /></span>
|
120
|
120
|
</AuthButton>
|
121
|
121
|
}
|
122
|
122
|
{row.activityStatus === 2 &&
|