quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
shop_vue/src/views/product/product/index.vue
@@ -62,6 +62,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>