瀏覽代碼

[Administration] Gestion des accessoires

feature/rotating_product
Guillaume Bourgeois 5 月之前
父節點
當前提交
ed750427c2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      backend/views/distribution/index.php

+ 1
- 1
backend/views/distribution/index.php 查看文件

@@ -709,7 +709,7 @@ $this->setPageTitle('Distributions') ;
<tbody>
<tr v-for="product in products" v-if="product.status >= 0 || order.productOrder[product.id].quantity > 0" :class="(order.productOrder[product.id].quantity > 0) ? 'product-ordered' : ''">
<td>
<span class="label label-success" v-if="loadingUpdateProductOrder || order.productOrder[product.id].active">Actif</span>
<span class="label label-success" v-if="order.productOrder[product.id].active">Actif</span>
<span class="label label-danger" v-else>Inactif</span>
</td>
<td>

Loading…
取消
儲存