浏览代码

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


正在加载...
取消
保存