#
luxiaotao1123
2024-09-14 075a26f2ffe3eaafd54ea1dbf888412b846afdea
zy-acs-flow/src/i18n/en.js
@@ -103,7 +103,7 @@
        locType: 'Location Type',
        loc: 'Location',
        agvSts: 'Agv Status',
        agvModel: 'Agv Model',
    },
    table: {
        field: {
@@ -292,6 +292,26 @@
                uuid: "uuid",
                name: "name",
            },
            agvModel: {
                uuid: "uuid",
                type: "type",
                name: "name",
                length: "length",
                width: "width",
                height: "height",
                liftHeight: "lift height",
                diameter: "diameter",
                password: "password",
                backpack: "backpack",
                lowBattery: "charge battery",
                quaBattery: "work battery",
                travelSpeed: "travel speed",
                workDirection: "work direction",
                allDirection: "all direction",
                protocol: "protocol",
                mqttTopic: "mqtt topic",
            },
        }
    }
};