supplier_vue/src/views/product/product/index.vue
@@ -78,6 +78,8 @@ <span v-if="scope.row.is_virtual == 0">实物商品</span> <span v-if="scope.row.is_virtual == 1" class="green">虚拟商品</span> <span v-if="scope.row.is_virtual == 2" class="green">券商品</span> <span v-if="scope.row.is_virtual == 3" class="green">服务商品</span> <span v-if="scope.row.is_virtual == 4" class="green">团购商品</span> </template> </el-table-column> <el-table-column prop="create_time" label="发布时间"></el-table-column>