1
zhang
2 天以前 1864f916e0359d0814416cf94feda3a3662ed193
zy-acs-flow/src/i18n/zh.js
@@ -152,6 +152,10 @@
        jam: '避让',
        action: '动作',
        mission: '执行',
        statistics: '统计中心',
        taskCount: '任务统计',
        faultCount: '告警统计',
        regionCount: '区域效率统计',
    },
    table: {
        field: {
@@ -542,6 +546,31 @@
                runPath: '走行路径',
                actions: '动作列表',
            },
            taskCount: {
                type: '类型',
                createTime: '日期',
                count: '次数',
                region: '区域',
                agvNo: '小车编号',
            },
            faultCount: {
                type: '类型',
                createTime: '日期',
                region: '区域',
                errorTime: '故障时长,单位秒',
                agvNo: '小车编号',
            },
            regionCount: {
                type: '类型',
                createTime: '日期',
                agvNo: '小车编号',
                region: '区域',
                errorTime: '故障时长,单位秒',
                chargeTime: '充电时长,单位秒',
                waitTime: '故障时长,单位秒',
                exeTime: '执行时长,单位秒',
                taskNum: '任务数量',
            },
        }
    },
    page: {
@@ -655,6 +684,10 @@
                restoreALl: '恢复所有',
                startPatrol: '开启 巡逻',
                stopPatrol: '停止 巡逻',
                moreOperation: '更多操作',
                oneClickLocate: '一键定位',
                oneClickPatrol: '一键巡逻',
                cancelPatrol: '取消巡逻',
            },
            mode: {
                observer: '观察模式',