#
luxiaotao1123
2024-09-21 28067589cde104a91e68d3d1fc0e67dc3c650802
zy-acs-flow/src/i18n/en.js
@@ -56,7 +56,8 @@
                err: 'Failed to import this file, please make sure your provided a valid CSV file.',
                download: 'Download Import Template',
                result: 'Contacts import complete. Imported %{success} success, with %{error} errors',
            }
            },
            loadMore: 'Load More Data',
        },
    },
    filters: {
@@ -322,8 +323,8 @@
            },
            agvModel: {
                uuid: "uuid",
                type: "type",
                name: "name",
                type: "model type",
                name: "model name",
                length: "length",
                width: "width",
                height: "height",
@@ -533,7 +534,15 @@
                    occupied: 'Occupied',
                }
            }
        }
        },
        agv: {
            show: {
                tabs: {
                    detail: 'DETAIL',
                    task: 'TASK',
                }
            }
        },
    }
};