add: 历史记录模块添加导出功能

This commit is contained in:
yanps
2023-12-05 18:01:27 +08:00
parent 045a1f9066
commit 9398535dcc
20 changed files with 501 additions and 36 deletions

View File

@@ -1,17 +1,17 @@
export default {
'Auto': {
'table': {
'name': '名称',
'code': '编号',
'status': '状态',
'thread_name': '线程名',
'thread_state': '线程状态',
'usedStatus': '使用状态',
'stopMessage': '停止信息',
'operate': '操作',
},
'msg': {
'stop_msg': '确定停止该线程吗?'
}
'Auto': {
'table': {
'name': '名称',
'code': '编号',
'status': '状态',
'thread_name': '线程名',
'thread_state': '线程状态',
'usedStatus': '使用状态',
'stopMessage': '停止信息',
'operate': '操作'
},
'msg': {
'stop_msg': '确定停止该线程吗?'
}
}
}
}

View File

@@ -15,7 +15,8 @@ export default {
'inst_nextdevice_code': 'Command destination device',
'destination_configuration': 'Destination configuration',
'operation': 'Operation',
'device_is_not_null': 'Device code cannot be empty'
'device_is_not_null': 'Device code cannot be empty',
'mapping_relationship': 'Mapping relationship'
},
'rules': {
}

View File

@@ -15,7 +15,8 @@ export default {
'inst_nextdevice_code': 'Perangkat tujuan perintah',
'destination_configuration': 'Konfigurasi tujuan',
'operation': 'Operasi',
'device_is_not_null': 'Kode perangkat tidak boleh kosong'
'device_is_not_null': 'Kode perangkat tidak boleh kosong',
'mapping_relationship': 'Hubungan pemetaan'
},
'rules': {
}

View File

@@ -15,7 +15,8 @@ export default {
'inst_nextdevice_code': '指令终点设备',
'destination_configuration': '终点配置',
'operation': '操作',
'device_is_not_null': '设备编码不能为空'
'device_is_not_null': '设备编码不能为空',
'mapping_relationship': '映射关系'
},
'rules': {
}