Commit 85596ec0 authored by zhengke's avatar zhengke

增加字段

parent bede319b
......@@ -144,6 +144,11 @@
<span class="point" @click="imgDig = true">查看图例</span>
</p>
</el-form-item>
<el-form-item label="直播商品">
<el-switch v-model="addMsg.IsLiveGoods" active-color="#409EFF" :active-value="1"
:inactive-value="2">
</el-switch>
</el-form-item>
<el-form-item label="上架状态">
<el-switch v-model="addMsg.GoodsStatus" active-color="#409EFF" :active-value="1"
:inactive-value="2">
......@@ -1085,6 +1090,7 @@
CustomShareTitles: "",
CustomShareImage: "",
CustomShareImagePath: "",
IsLiveGoods:2, //直播商品
GoodsStatus: 0,
InventoryNum: 0,
DefaultSpecificationName: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment