Blame view

src/views/inspection/pointPlanLang.js 793 Bytes
1d73dc48   wuxw   继续晚上巡检功能
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  export default {
    en: {
      inspectionPlan: {
        planName: 'Plan Name',
        planRoute: 'Plan Route',
        planPeriod: 'Plan Cycle',
        signType: 'Sign-in Method',
        dateRange: 'Date Range',
        timeRange: 'Time Range',
        taskAhead: 'Task Ahead (minutes)',
        creator: 'Creator',
        createTime: 'Create Time',
        inspector: 'Inspector',
        status: 'Status'
      }
    },
    zh: {
      inspectionPlan: {
        planName: '计划名称',
        planRoute: '计划路线',
        planPeriod: '计划周期',
        signType: '签到方式',
        dateRange: '日期范围',
        timeRange: '时间范围',
        taskAhead: '任务提前(分钟)',
        creator: '制定人',
        createTime: '制定时间',
        inspector: '巡检人',
        status: '状态'
      }
    }
  }