Commit f781cdeb authored by linlinjava's avatar linlinjava
Browse files

chore

parent 909974d6
...@@ -16,14 +16,6 @@ export function deleteGoods(data) { ...@@ -16,14 +16,6 @@ export function deleteGoods(data) {
}) })
} }
export function deleteGoodsBatch(data) {
return request({
url: '/goods/deleteBatch',
method: 'post',
data
})
}
export function publishGoods(data) { export function publishGoods(data) {
return request({ return request({
url: '/goods/create', url: '/goods/create',
......
...@@ -127,13 +127,11 @@ ...@@ -127,13 +127,11 @@
</el-tag> </el-tag>
</template> </template>
</el-table-column> </el-table-column>
<!--
<el-table-column property="picUrl" label="规格图片"> <el-table-column property="picUrl" label="规格图片">
<template slot-scope="scope"> <template slot-scope="scope">
<img v-if="scope.row.picUrl" :src="scope.row.picUrl" width="40"> <img v-if="scope.row.picUrl" :src="scope.row.picUrl" width="40">
</template> </template>
</el-table-column> </el-table-column>
-->
<el-table-column <el-table-column
v-if="multipleSpec" v-if="multipleSpec"
align="center" align="center"
...@@ -163,8 +161,7 @@ ...@@ -163,8 +161,7 @@
<el-form-item label="规格值" prop="value"> <el-form-item label="规格值" prop="value">
<el-input v-model="specForm.value" /> <el-input v-model="specForm.value" />
</el-form-item> </el-form-item>
<el-form-item label="规格图片" prop="picUrl">
<!-- <el-form-item label="规格图片" prop="picUrl">
<el-upload <el-upload
:action="uploadPath" :action="uploadPath"
:show-file-list="false" :show-file-list="false"
...@@ -177,8 +174,6 @@ ...@@ -177,8 +174,6 @@
<i v-else class="el-icon-plus avatar-uploader-icon" /> <i v-else class="el-icon-plus avatar-uploader-icon" />
</el-upload> </el-upload>
</el-form-item> </el-form-item>
-->
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click="specVisiable = false">取消</el-button> <el-button @click="specVisiable = false">取消</el-button>
......
Supports Markdown
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