34 lines
820 B
JavaScript
34 lines
820 B
JavaScript
export default {
|
|
'Notice': {
|
|
'title': '消息通知',
|
|
'table': {
|
|
'notice_title': '信息标题',
|
|
'notice_content': '信息内容',
|
|
'notice_type': '信息类型',
|
|
'have_read': '读取状态',
|
|
'read_time': '读取时间',
|
|
'deal_status': '处理状态',
|
|
'create_time': '创建时间',
|
|
'see': '查看',
|
|
'deal': '处理',
|
|
'input_tip': '请输入标题',
|
|
'batch_reader': '批量已读'
|
|
},
|
|
'reader': {
|
|
'title': '消息详情',
|
|
'label': '标题',
|
|
'type': '信息类型',
|
|
'deal_status': '处理情况',
|
|
'create_time': '创建时间',
|
|
'content': '内容'
|
|
},
|
|
'icon': {
|
|
'empty_msg': '暂无信息',
|
|
'see_more': '查看更多'
|
|
},
|
|
'rules': {
|
|
'NotNull': '不能为空'
|
|
}
|
|
}
|
|
}
|