Blame view

src/views/inspection/aInspectionPlanDetailLang.js 2.85 KB
e0196f8a   wuxw   开发完成admin下巡检任务
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
  export const messages = {
      en: {
        aInspectionPlanDetail: {
          title: 'Inspection Plan',
          planName: 'Plan Name',
          planRoute: 'Plan Route',
          planPeriod: 'Plan Period',
          signType: 'Sign Type',
          dateRange: 'Date Range',
          timeRange: 'Time Range',
          taskAdvance: 'Task Advance(min)',
          creator: 'Creator',
          createTime: 'Create Time',
          status: 'Status',
          staff: 'Staff',
          route: 'Route',
          point: 'Point',
          task: 'Task',
          detail: 'Detail',
          staffName: 'Staff Name',
          startTime: 'Start Time',
          endTime: 'End Time',
          pointId: 'Point ID',
          pointName: 'Point Name',
          pointType: 'Point Type',
          pointLocation: 'Point Location',
          sort: 'Sort',
          detailId: 'Detail ID',
          staffTime: 'Staff Time',
          pointTime: 'Point Time',
          actualTime: 'Actual Time',
          signStatus: 'Sign Status',
          planStaff: 'Plan Staff',
          actualStaff: 'Actual Staff',
          taskStatus: 'Task Status',
          pointStatus: 'Point Status',
          inspectionResult: 'Inspection Result',
          photos: 'Photos',
          // 新增字段
          inspectionMethod: 'Inspection Method',
          taskState: 'Task State',
          pointState: 'Point State',
          createUser: 'Create User',
          inspectionPhotos: 'Inspection Photos'
        }
      },
      zh: {
        aInspectionPlanDetail: {
          title: '巡检计划',
          planName: '计划名称',
          planRoute: '计划路线',
          planPeriod: '计划周期',
          signType: '签到方式',
          dateRange: '日期范围',
          timeRange: '时间范围',
          taskAdvance: '任务提前(分钟)',
          creator: '制定人',
          createTime: '制定时间',
          status: '状态',
          staff: '巡检人员',
          route: '巡检路线',
          point: '巡检点',
          task: '巡检任务',
          detail: '巡检明细',
          staffName: '巡检人员',
          startTime: '开始时间',
          endTime: '结束时间',
          pointId: '巡检点ID',
          pointName: '巡检点名称',
          pointType: '巡检点类型',
          pointLocation: '巡检位置',
          sort: '排序',
          detailId: '任务详情ID',
          staffTime: '巡检人时间',
          pointTime: '巡检点时间',
          actualTime: '实际巡检时间',
          signStatus: '实际签到状态',
          planStaff: '计划巡检人',
          actualStaff: '实际巡检人',
          taskStatus: '任务状态',
          pointStatus: '巡检点状态',
          inspectionResult: '巡检情况',
          photos: '巡检照片',
          // 新增字段
          inspectionMethod: '巡检方式',
          taskState: '任务状态',
          pointState: '巡检点状态',
          createUser: '创建人',
          inspectionPhotos: '巡检照片'
        }
      }
    }