!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:
what_村长 2023-07-05 07:00:13 +00:00 committed by Edward Yang
parent 2ad26852f0
commit ef14e65e31
2 changed files with 1 additions and 1 deletions

View File

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

View File

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