#
luxiaotao1123
2024-09-14 ce1219790b72f36cf9aad46f72f72635917008b9
zy-acs-flow/src/i18n/en.js
@@ -98,6 +98,7 @@
        sta: 'Station',
        codeGap: 'Code Gap',
        route: 'Route',
        funcSta: 'Function Station',
    },
    table: {
        field: {
@@ -248,6 +249,16 @@
                codeDataArr: "code arr data",
                direction: "direction",
            },
            funcSta: {
                uuid: "uuid",
                zoneId: "zone",
                agvId: "agv",
                name: "name",
                type: "type",
                code: "code",
                angle: "angle",
                state: "state",
            },
        }
    }
};