#
luxiaotao1123
2024-09-21 bf616f97b4d1a96e0ee89c52178a88e044e52a1d
zy-acs-flow/src/i18n/zh.js
@@ -16,7 +16,7 @@
            createTime: '添加时间',
            createBy: '添加人员',
            updateTime: '修改时间',
            updateBy: '修改员',
            updateBy: '修改人员',
            status: '状态',
            memoWrap: '显示备注',
            memo: '备注',
@@ -348,12 +348,13 @@
                stage: "背篓数量",
                chargeLine: "充电电量",
                error: "异常",
                online: "在线",
            },
            agvDetail: {
                uuid: "编号",
                agvId: "车辆",
                title: "标题",
                pos: "定位点",
                pos: "定位",
                code: "地面码",
                lastCode: "上次定位",
                codeOffsert: "地面码偏移",
@@ -519,6 +520,18 @@
            },
            levOffset: '每层高度',
            bottomOffset: '底部偏移量',
        },
        funcSta: {
            enums: {
                type: {
                    charge: '充电位',
                    standby: '待机位',
                },
                state: {
                    idle: '空闲',
                    occupied: '忙碌',
                }
            }
        }
    }
};