Ver a proveniência

no message

reset-do-picking-order
kelvin.yau há 1 semana
ascendente
cometimento
dc221be8b8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/app/(main)/chart/delivery/page.tsx

+ 1
- 1
src/app/(main)/chart/delivery/page.tsx Ver ficheiro

@@ -249,7 +249,7 @@ export default function DeliveryChartPage() {
) : (
<ApexCharts
options={{
chart: { type: "bar", horizontal: true },
chart: { type: "bar" },
xaxis: {
categories: chartData.topItems.map((i) => `${i.itemCode} ${i.itemName}`.trim()),
},


Carregando…
Cancelar
Guardar