#
luxiaotao1123
2024-09-13 235c645ac1daea99fce53453745bef60ce5c21b0
zy-acs-flow/src/i18n/en.js
@@ -95,6 +95,7 @@
        staSts: 'Station Status',
        staType: 'Station Type',
        code: 'Code',
        sta: 'Station',
    },
    table: {
        field: {
@@ -216,6 +217,21 @@
                concer: "corner",
                scale: "scale",
            },
            sta: {
                uuid: "uuid",
                zoneId: "zone",
                staNo: "staNo",
                name: "name",
                staType: "station type",
                code: "code",
                offset: "offset",
                autoing: "autoing",
                loading: "loading",
                inEnable: "in enable",
                outEnable: "out enable",
                zpallet: "zpallet",
                staSts: "station status",
            },
        }
    }
};