mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
7 lines
392 B
HTML
7 lines
392 B
HTML
<!-- 操作栏 -->
|
|
{{if AdminIsPower('integrallog', 'detail')}}
|
|
<button type="button" class="am-btn am-btn-default am-btn-xs am-radius am-btn-block submit-popup" data-url="{{:MyUrl('admin/integrallog/detail', ['id'=>$module_data['id']])}}" data-title="{{:MyLang('detail_title')}}">
|
|
<i class="am-icon-eye"></i>
|
|
<span>{{:MyLang('detail_title')}}</span>
|
|
</button>
|
|
{{/if}} |