15 lines
595 B
HTML
Executable File
15 lines
595 B
HTML
Executable File
<!-- 继承公共的 form -->
|
|
{{extend name="../../../module/view/form_table/form" /}}
|
|
|
|
<!-- 表单顶部操作栏 -->
|
|
{{block name="form_operate_top"}}
|
|
{{if AdminIsPower('goodsspectemplate', 'saveinfo')}}
|
|
<button type="button" class="am-btn am-btn-primary am-radius am-btn-xs submit-popup" data-url="{{:MyUrl('admin/goodsspectemplate/saveinfo')}}" data-title="{{:MyLang('add_title')}}">
|
|
<i class="iconfont icon-add am-show-sm-only"></i>
|
|
<span>{{:MyLang('add_title')}}</span>
|
|
</button>
|
|
{{/if}}
|
|
|
|
<!-- 父级内容 -->
|
|
{__block__}
|
|
{{/block}} |