bug--修复商品规格多一个<

This commit is contained in:
taozi
2020-08-12 17:18:40 +08:00
parent 2fb2a0bf6a
commit 807cd8174f

View File

@ -138,7 +138,7 @@
<el-table :data="oneFormValidate" border> <el-table :data="oneFormValidate" border>
<el-table-column prop="pic" label="图片" align="center"> <el-table-column prop="pic" label="图片" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<<single-pic v-model="scope.row.pic" type="image" :num="1" :width="60" :height="60" /> <single-pic v-model="scope.row.pic" type="image" :num="1" :width="60" :height="60" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="price" label="售价" align="center"> <el-table-column prop="price" label="售价" align="center">