mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
发布商品可以删除模板
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<template v-if="!$route.query.id">
|
<template v-if="!$route.query.id">
|
||||||
<Divider>或选择商品模版</Divider>
|
<Divider>或选择商品模版</Divider>
|
||||||
<Select v-model="draftId" style="width: 200px">
|
<Select v-model="draftId" clearable style="width: 200px">
|
||||||
<Option v-for="item in goodsTemplates" :value="item.id" :key="item.id"
|
<Option v-for="item in goodsTemplates" :value="item.id" :key="item.id"
|
||||||
>{{ item.goodsName || item.id }}
|
>{{ item.goodsName || item.id }}
|
||||||
</Option>
|
</Option>
|
||||||
|
|||||||
Reference in New Issue
Block a user