#
luxiaotao1123
2024-09-14 075a26f2ffe3eaafd54ea1dbf888412b846afdea
zy-acs-flow/src/i18n/zh.js
@@ -103,7 +103,7 @@
        locType: '库位类型',
        loc: '库位管理',
        agvSts: '车辆状态',
        agvModel: '车型管理',
    },
    table: {
        field: {
@@ -291,6 +291,25 @@
                uuid: "编号",
                name: "名称",
            },
            agvModel: {
                uuid: "编号",
                type: "类型",
                name: "名称",
                length: "长度",
                width: "宽度",
                height: "高度",
                liftHeight: "举升高度",
                diameter: "旋转直径",
                password: "设备密码",
                backpack: "背篓数量",
                lowBattery: "充电电量",
                quaBattery: "额定电量",
                travelSpeed: "走行速度",
                workDirection: "作业方向",
                allDirection: "全向",
                protocol: "协议",
                mqttTopic: "mqtt",
            },
        }
    }
};