|
@@ -351,7 +351,7 @@ function record(props) {
|
351
|
351
|
|
352
|
352
|
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
|
353
|
353
|
<h4 style={{ fontSize: '0.12rem', fontWeight: '600' }}>详细数据</h4>
|
354
|
|
- <AuthButton name="admin.statistical.consultant.export" noRight={null}>
|
|
354
|
+ <AuthButton name="admin.statistical.activity.content.export" noRight={null}>
|
355
|
355
|
<Button type="primary" onClick={exportRecord} loading={btnloading} style={{ zIndex: 1 }}>
|
356
|
356
|
导出
|
357
|
357
|
</Button>
|