facility.ts
1.44 KB
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
export default {
listText: '故障类型列表',
nameText: '故障类型名称',
deviceNameText: '设备名称',
nameCode: '报修单号',
themeText: '报修主题',
reportText: '报修人',
departmentText: '所属部门',
reportDate: '报修时间',
faultDate: '故障时间',
faultLevel: '故障等级',
faultType: '故障类型',
serviceStatus: '是否停机',
deviceCodeText: '设备编号',
modelText: '规格型号',
deviceTypeText: '设备类型',
storageLocationText: '存放位置',
useDepartmentText: '使用部门',
phoneText: '联系方式',
faultDescription: '故障描述',
imgText: '故障图片',
// faultPicture: '故障图片',
// faultVideo: '故障视频',
// faultAudio: '故障音频',
// faultFile: '故障文件',
// faultAddress: '故障地址',
// faultStatus: '故障状态',
// faultRepair: '故障维修',
// faultRepairDate: '故障维修时间',
// faultRepairPerson: '故障维修人',
// faultRepairDescription: '故障维修描述',
enableText: '启用',
disableText: '停用',
status: '状态',
remarks: '备注',
specifications: '规格型号',
typeText: '故障类型',
unitText: '单位',
factoryText: '生产厂商',
operatorText: '操作人',
creatorText: '创建人',
creatorDate: '创建时间',
operaDate: '操作时间',
createCategoryText: '创建故障报修',
editOrderText: '编辑故障报修',
batchActionText: '批量删除',
}