add: 历史记录模块添加导出功能
This commit is contained in:
@@ -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': '确定停止该线程吗?'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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': {
|
||||
}
|
||||
|
||||
@@ -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': {
|
||||
}
|
||||
|
||||
@@ -15,7 +15,8 @@ export default {
|
||||
'inst_nextdevice_code': '指令终点设备',
|
||||
'destination_configuration': '终点配置',
|
||||
'operation': '操作',
|
||||
'device_is_not_null': '设备编码不能为空'
|
||||
'device_is_not_null': '设备编码不能为空',
|
||||
'mapping_relationship': '映射关系'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user