Browse Source

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

master
taozi 4 years ago
parent
commit
807cd8174f
  1. 2
      src/views/shop/goods/form.vue

2
src/views/shop/goods/form.vue

@ -138,7 +138,7 @@
<el-table :data="oneFormValidate" border>
<el-table-column prop="pic" label="图片" align="center">
<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>
</el-table-column>
<el-table-column prop="price" label="售价" align="center">

Loading…
Cancel
Save