#
luxiaotao1123
2024-09-26 89a13e90cac6f9b40bfb755742aec21f524dc31f
zy-acs-flow/src/i18n/en.js
@@ -63,6 +63,13 @@
                result: 'Contacts import complete. Imported %{success} success, with %{error} errors',
            },
            loadMore: 'Load More Data',
            complete: 'Complete',
        },
        msg: {
            confirm: {
                tip: 'Tip',
                desc: 'Are you sure you wanna do this?',
            },
        },
    },
    filters: {
@@ -421,11 +428,14 @@
            },
            bus: {
                uuid: "uuid",
                seqNum: "seq num",
                busNo: "bus no",
                startTime: "start time",
                endTime: "end time",
                busSts: "bus status",
                phase: "phase",
                taskList: "task list",
                tasksNum: "rest tasks",
                tasksNumTotal: "total tasks",
            },
            task: {
                uuid: "uuid",
@@ -448,8 +458,10 @@
                destCode: "dest code",
                emptyMk: "empty mk",
                zpallet: "zpallet",
                phase: "phase",
                phase: "ideal path",
                errDesc: "error",
                oriDesc: "origin",
                destDesc: "destination",
            },
            travel: {
                uuid: "uuid",
@@ -462,7 +474,7 @@
            },
            segment: {
                uuid: "uuid",
                groupId: "group no",
                groupId: "group",
                travelId: "travel",
                taskId: "task",
                agvId: "agv",
@@ -472,6 +484,7 @@
                posType: "type",
                backpack: "backpack",
                state: "state",
                segDesc: "seg no",
            },
            jam: {
                uuid: "uuid",
@@ -492,7 +505,7 @@
            },
            action: {
                uuid: "uuid",
                groupId: "group no",
                groupId: "group",
                busId: "bus",
                taskId: "task",
                seqNum: "seq num",
@@ -549,6 +562,16 @@
                }
            }
        },
        segment: {
            enums: {
                state: {
                    init: 'INIT',
                    waiting: 'WAITING',
                    running: 'RUNNING',
                    finish: 'FINISH',
                },
            },
        },
    }
};