#
luxiaotao1123
2024-05-16 a450819392b0046573ac34c1121e09ef6fbc3561
#
3个文件已修改
8 ■■■■ 已修改文件
src/pages/left/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/right/components/stat-charts.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/right/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/left/index.jsx
@@ -29,7 +29,7 @@
            className={`absolute top-2 left-2 bottom-2 w-[280px] ${styles.panel}`}
        >
            <div className="h-full overflow-hidden">
                <Panel title="动作统计">
                <Panel title="一周内动作统计">
                    <ActionCharts />
                </Panel>
                <Panel title="库存类型">
src/pages/right/components/stat-charts.jsx
@@ -226,7 +226,7 @@
  return (
    <>
      <div>
        <ReactECharts style={{ height: '250px' }} option={option} />
        <ReactECharts style={{ height: '270px' }} option={option} />
      </div>
    </>
  );
src/pages/right/index.jsx
@@ -31,10 +31,10 @@
        className={`absolute top-2 w-[280px] right-2 bottom-2 ${styles.panel}`}
      >
        <div className="overflow-hidden h-full">
          <Panel title="出入库统计">
          <Panel title="一周内出入库统计">
            <StatCharts />
          </Panel>
          <Panel title="任务分布">
          <Panel title="一周内任务分布">
            <TaskCharts />
          </Panel>
          <Panel title="AGV信息">