xujing 5 年 前
コミット
ea2c9e968c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/activity/liveActivity/list/index.jsx

+ 1
- 1
src/pages/activity/liveActivity/list/index.jsx ファイルの表示

@@ -192,7 +192,7 @@ const header = props => {
192 192
         <EditIcon type="record" text="数据记录" onClick={toDataReacord(record)} />,
193 193
  
194 194
         <AuthButton name="admin.live.detail.get" noRight={null}>
195
-          <EditIcon type="look" text="查看详情" onClick={toAddLive(record)} />,
195
+          <EditIcon type="look" text="查看详情" onClick={toAddLive(record)} />
196 196
         </AuthButton>,
197 197
       ]),
198 198
     },