瀏覽代碼

Tableau de bord : ajustement colonnes des commandes à venir

refactoring
Guillaume Bourgeois 5 年之前
父節點
當前提交
d190103bbe
共有 2 個檔案被更改,包括 165 行新增190 行删除
  1. +2
    -2
      backend/views/site/index.php
  2. +163
    -188
      backend/web/css/screen.css

+ 2
- 2
backend/views/site/index.php 查看文件

@@ -140,10 +140,10 @@ $this->title = 'Tableau de bord';
<th></th>
<th>Date</th>
<th>Client</th>
<th>Historique</th>
<th>Produits</th>
<th>Point de vente</th>
<th>Montant</th>
<th>Historique</th>
</tr>
</thead>
<tbody>
@@ -160,10 +160,10 @@ $this->title = 'Tableau de bord';
<td>
<?= $order->getStrUser(); ?><br />
</td>
<td class="history"><?= $order->getStrHistory() ; ?></td>
<td><?= $order->getCartSummary() ; ?></td>
<td><?= $order->getPointSaleSummary() ; ?></td>
<td><?= $order->getAmount(Order::AMOUNT_TOTAL, true) ; ?></td>
<td class="history"><?= $order->getStrHistory() ; ?></td>
</tr>
<?php endforeach; ?>
</tbody>

+ 163
- 188
backend/web/css/screen.css
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存