zhang
2025-07-25 443e32fec6aec9dfa2ca802246950dc3c36e6251
zy-acs-flow/src/i18n/en.js
@@ -152,6 +152,10 @@
        jam: 'Jam',
        action: 'Action',
        mission: 'Mission',
        statistics: 'Statistics',
        chargeCount: 'ChargeCount',
        faultCount: 'FaultCount',
        regionCount: 'RegionCount',
    },
    table: {
        field: {
@@ -542,6 +546,31 @@
                runPath: 'Run Path',
                actions: 'Actions',
            },
            taskCount: {
                type: 'type',
                createTime: 'date',
                region: 'region',
                count: 'count',
                agvNo: 'agvNo',
            },
            faultCount: {
                type: 'type',
                createTime: 'date',
                region: 'region',
                errorTime: 'errorTime',
                agvNo: 'agvNo',
            },
            regionCount: {
                type: 'type',
                createTime: 'date',
                agvNo: 'agvNo',
                region: 'region',
                errorTime: 'errorTime',
                chargeTime: 'chargeTime',
                waitTime: 'waitTime',
                exeTime: 'exeTime',
                taskNum: 'taskNum',
            },
        }
    },
    page: {