!146 增加 hoot admin.product.sku.edit.item.after
* 增加hook admin.product.sku.edit.item.after ,方便在上面加上翻译插件按钮 * 增加hook admin.product.sku.edit.item ,方便在上面加上翻译插件按钮 * Merge branch 'dev' of https://gitee.com/what520/beikeshop into dev * 测试
This commit is contained in:
parent
2ad26852f0
commit
ef14e65e31
|
|
@ -469,6 +469,7 @@
|
|||
>
|
||||
<el-input size="mini" v-model="dialogVariables.form.name[lang.code]" placeholder="{{ __('common.name') }}"><template slot="prepend">@{{lang.name}}</template></el-input>
|
||||
</el-form-item>
|
||||
@hook('admin.product.sku.edit.item.after')
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item>
|
||||
|
|
|
|||
|
|
@ -163,7 +163,6 @@
|
|||
><i class="bi bi-bag-fill me-1"></i>{{ __('shop/products.buy_now') }}
|
||||
</button>
|
||||
@endhookwrapper
|
||||
|
||||
@hook('product.detail.buy.after')
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue