Browse Source

admin.statistical.activity.content.export

xujing 5 years ago
parent
commit
0aa478f7d2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/statistical/activity/detail.jsx

+ 1
- 1
src/pages/statistical/activity/detail.jsx View File

351
 
351
 
352
             <div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
352
             <div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
353
                 <h4 style={{ fontSize: '0.12rem', fontWeight: '600' }}>详细数据</h4>
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
                     <Button type="primary" onClick={exportRecord} loading={btnloading} style={{ zIndex: 1 }}>
355
                     <Button type="primary" onClick={exportRecord} loading={btnloading} style={{ zIndex: 1 }}>
356
                         导出
356
                         导出
357
                 </Button>
357
                 </Button>