瀏覽代碼

admin.statistical.activity.content.export

xujing 5 年之前
父節點
當前提交
0aa478f7d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/statistical/activity/detail.jsx

+ 1
- 1
src/pages/statistical/activity/detail.jsx 查看文件

@@ -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>