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
426 B
18 lines
426 B
export default {
|
|
'SysParam': {
|
|
'table': {
|
|
'code': '编码',
|
|
'name': '名称',
|
|
'values': '值',
|
|
'description': '备注'
|
|
},
|
|
'rules': {
|
|
'NotNull': '不能为空'
|
|
},
|
|
'msg': {
|
|
'title': '错误',
|
|
'message1': '当前浏览器无法接收实时报警信息,请使用谷歌浏览器!',
|
|
'message2': '服务器错误,无法接收实时报警信息'
|
|
}
|
|
}
|
|
}
|
|
|