#
luxiaotao1123
2024-09-21 c3af288c53805cc1b08516cf2f47dcf75f30f67a
zy-acs-flow/src/i18n/zh.js
@@ -321,8 +321,8 @@
            },
            agvModel: {
                uuid: "编号",
                type: "类型",
                name: "名称",
                type: "车类型",
                name: "车型名",
                length: "长度",
                width: "宽度",
                height: "高度",
@@ -348,12 +348,13 @@
                stage: "背篓数量",
                chargeLine: "充电电量",
                error: "异常",
                online: "在线",
            },
            agvDetail: {
                uuid: "编号",
                agvId: "车辆",
                title: "标题",
                pos: "定位点",
                pos: "定位",
                code: "地面码",
                lastCode: "上次定位",
                codeOffsert: "地面码偏移",
@@ -531,7 +532,15 @@
                    occupied: '忙碌',
                }
            }
        }
        },
        agv: {
            show: {
                tabs: {
                    detail: '数据采集',
                    task: '任务统计',
                }
            }
        },
    }
};