#
luxiaotao1123
2024-09-18 5130c4c3e33b2e6247b9bc6e4ca984b77b473b94
zy-acs-flow/src/i18n/en.js
@@ -120,6 +120,8 @@
        bus: 'Bus',
        task: 'Task',
        travel: 'Travel',
        segment: 'Segment',
    },
    table: {
        field: {
@@ -441,7 +443,19 @@
                taskIds: "taskIds",
                state: "state",
            },
            segment: {
                uuid: "uuid",
                groupId: "group no",
                travelId: "travel",
                taskId: "task",
                agvId: "agv",
                serial: "serial no",
                startNode: "start node",
                endNode: "end node",
                posType: "type",
                backpack: "backpack",
                state: "state",
            },
        }
    }
};