notice.ts 833 Bytes
export default {
  // 通知公告-公告列表
  // 查询表格
  'manage.notice.list.queryTable': '查询表格',
  // 公告标题
  'manage.notice.list.noticeTitle': '公告标题',
  // 请输入公告标题,支持模糊搜索
  'manage.notice.list.noticePlaceholder': '请输入公告标题,支持模糊搜索',
  // 公告类型
  'manage.notice.list.noticeType': '公告类型',
  // 请选择公告类型
  'manage.notice.list.typePlaceholder': '请选择公告类型',
  // 新建公告
  'manage.notice.list.newNotice': '新建公告',
  // 添加公告
  'manage.notice.list.addNotice': '添加公告',
  // 编辑公告
  'manage.notice.list.editNotice': '编辑公告',
  // 启用状态
  'manage.notice.list.enabledstate': '启用状态',
  // 公告内容
  'manage.notice.list.noticeContent': '公告内容',
}