#
luxiaotao1123
2024-09-18 27684b724265258c45d587006fd464ad97397dfe
zy-acs-flow/src/i18n/en.js
@@ -122,7 +122,7 @@
        travel: 'Travel',
        segment: 'Segment',
        jam: 'Jam',
        action: 'Action',
    },
    table: {
        field: {
@@ -474,7 +474,26 @@
                duration: "duration",
                state: "state",
            },
            action: {
                uuid: "uuid",
                groupId: "group no",
                busId: "bus",
                taskId: "task",
                seqNum: "seq num",
                priority: "priority",
                name: "name",
                val: "val",
                code: "code",
                params: "params",
                actionType: "action type",
                actionSts: "action status",
                agvId: "agv",
                ioTime: "io time",
                startTime: "start time",
                endTime: "end time",
                errTime: "err time",
                errDesc: "error",
            },
        }
    }
};