You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
457 B
18 lines
457 B
export default {
|
|
'SysParam': {
|
|
'table': {
|
|
'code': 'Code',
|
|
'name': 'Name',
|
|
'values': 'Value',
|
|
'description': 'Remark'
|
|
},
|
|
'rules': {
|
|
'NotNull': 'Cannot Be Empty'
|
|
},
|
|
'msg': {
|
|
'title': 'error',
|
|
'message1': 'The current browser is unable to receive real-time alarm information. Please use Google Chrome!',
|
|
'message2': 'Server error, unable to receive real-time alarm information'
|
|
}
|
|
}
|
|
}
|
|
|