Commit 4fdc2730 authored by zhengke's avatar zhengke

修改

parent 20046abf
......@@ -18,8 +18,8 @@
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="100px" style="margin-top: 30px;width: 600px;">
<el-form-item label="状态" prop="GoodsStatus" v-if="activeName=='first'">
<el-radio v-model="addMsg.GoodsStatus" :label="1">暂不上架</el-radio>
<el-radio v-model="addMsg.GoodsStatus" :label="2">立即上架</el-radio>
<el-radio v-model="addMsg.GoodsStatus" :label="1">立即上架</el-radio>
<el-radio v-model="addMsg.GoodsStatus" :label="2">暂不上架</el-radio>
</el-form-item>
<el-form-item class="tooltiplabel" label="上传数据" prop="resource">
<el-tooltip class="item" effect="dark" content="仅支持上传csv,xls格式" placement="top"
......
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