瀏覽代碼

no message

reset-do-picking-order
kelvin.yau 1 周之前
父節點
當前提交
dc221be8b8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/app/(main)/chart/delivery/page.tsx

+ 1
- 1
src/app/(main)/chart/delivery/page.tsx 查看文件

@@ -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()),
},


Loading…
取消
儲存